* {
  font-family: 'Open Sans', sans-serif;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.34;
  margin: 0;
}

h2 { 
  color: var(--teal-800);
  font-family: 'Open Sans', sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 0.9rem;
}

h3 {
  color: var(--teal-800);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

p {
  color: var(--gray-800);
  font-family: 'Open Sans', sans-serif;
  font-size: var(--font-size-paragraph);
  line-height: 1.8;
}

a {
  color: var(--teal-800);
  font-weight: 500;
}

@media (min-width: 1440px) {
  h1 {
    font-size: 5rem;
    line-height: 7rem;
  }

  h2 {
    font-size: 3.5rem;
    margin-bottom: 1.6rem;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 4rem;
  }

  p {
    line-height: 3rem;
  }
}

/* Header Colors  */
.pink {
  color: var(--pink-800);
}

.purple {
  color: var(--purple-800);
}

.teal {
  color: var(--teal-900);
}

.green {
  color: var(--green-800);
}

.black {
  color: var(--gray-900);
}

/* Hide the recaptcha badge */
.grecaptcha-badge {
  display: none !important;
}