h1,
h2,
h3,
p {
  margin-block-start: 0;
}

h1,
h2,
h3 {
  color: var(--color-text);
  font-weight: 700;
  line-height: var(--line-height-tight);
  letter-spacing: -0.025em;
}

h1 { font-size: var(--font-size-2xl); }
h2 { font-size: var(--font-size-xl); }
h3 { font-size: var(--font-size-lg); }

.eyebrow {
  margin-bottom: var(--space-2);
  color: var(--color-accent);
  font-size: var(--font-size-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-muted { color: var(--color-text-muted); }
.text-small { font-size: var(--font-size-sm); }
.text-mono { font-family: var(--font-mono); }
