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

h1 {
  max-width: 13ch;
  font-family: var(--font-serif);
  font-size: clamp(3.4rem, 10vw, 7.5rem);
  font-weight: 400;
  line-height: 0.96;
}

h2 {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

p,
li {
  color: var(--color-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.eyebrow {
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lede {
  max-width: 62ch;
  color: #34302a;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.65;
}
