h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--colour-primary);
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.15;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.4;
}

p {
  margin-bottom: var(--space-md);
}

p:last-child {
  margin-bottom: 0;
}

.mono {
  font-family: var(--font-mono);
  font-size: 0.8em;
  letter-spacing: 0.02em;
}

.hero-eyebrow,
.section-eyebrow {
  display: block;
  color: var(--colour-accent);
  margin-bottom: var(--space-sm);
}

.hero-eyebrow::before,
.section-eyebrow::before {
  content: "// ";
  opacity: 0.55;
}

small {
  font-size: 0.875rem;
  color: var(--colour-text-muted);
}
