body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  color: var(--color-text);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 { font-size: clamp(2.45rem, 7vw, 5.5rem); max-width: 9ch; }
h2 { font-size: clamp(2rem, 5vw, 3.4rem); max-width: 12ch; }
h3 { font-size: 1.2rem; }
p { color: var(--color-muted); }
.lead { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 62ch; }
.eyebrow {
  color: var(--color-primary);
  font-size: .8rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.text-small { font-size: .9rem; }
