h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 {
  font-size: 4.35rem;
}

h2 {
  font-size: 2.82rem;
}

h3 {
  font-size: 1.24rem;
}

p {
  color: var(--ink-soft);
  font-size: 1rem;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  color: var(--teal);
}

.eyebrow {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero__lead {
  color: #d9e7f6;
  font-size: 1.22rem;
  max-width: 690px;
}

@media (max-width: 980px) {
  h1 {
    font-size: 3.05rem;
  }

  h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 2.18rem;
  }

  h2 {
    font-size: 1.76rem;
  }

  .hero__lead {
    font-size: 1.03rem;
  }
}
