.font-serif,
h1,
h2,
h3 {
  font-family: var(--font-serif);
  font-weight: 500;
}
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
}
h1 {
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brown);
}
.muted {
  color: var(--muted);
}
