html {
  font-size: 16px;
}

body {
  font-family: var(--font-sans);
  line-height: 1.5;
}

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

.h1 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1.05;
}

.h2 {
  font-size: 1.4rem;
  font-weight: 700;
}

.eyebrow {
  color: var(--text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.muted {
  color: var(--text-muted);
}

.compact-copy {
  font-size: 0.92rem;
}