body {
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

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

h1,
h2,
.display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.8rem, 7.5vw, 8rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: 0.98;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.2;
  font-weight: 550;
}

.section-kicker {
  color: var(--color-main-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.48;
}

.lead-dark {
  color: rgba(11, 13, 15, 0.72);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.55;
}

.body-muted {
  color: rgba(5, 7, 10, 0.64);
}

.text-small {
  font-size: 0.92rem;
  line-height: 1.55;
}
