h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.55em;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 500;
  max-width: 860px;
}

h2 {
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
}

h3 {
  font-size: 23px;
}

p.lead {
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink-2);
}

.eyebrow {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: var(--blue-deep);
  margin-bottom: 19px;
}
