.bg-primary-custom {
  background-color: #12bbad !important;
}

.bg-primary-custom a {
  color: #12bbad;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.bg-primary-custom a:hover {
    color: #0b756c;
    text-decoration: underline;
}

.font-custom {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 200;
}
