:root {
  --paper: #f7f3ea;
  --ink: #1a1814;
  --ink-soft: #4a463d;
  --rule: #d8d1c2;
  --accent: #a8341f;
  --exhibit: #fffdf7;

  --serif-display: 'Spectral', 'Playfair Display', Georgia, serif;
  --serif-body: 'Source Serif 4 Variable', 'Spectral', Georgia, serif;
  --mono: 'JetBrains Mono Variable', 'JetBrains Mono', ui-monospace, Menlo, monospace;

  --measure: 64ch;
  --leading: 1.7;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: 6rem;

  --maxw-col: 72rem;
  --maxw-wide: 52rem;
  --maxw-full: 72rem;

  --pdf-w: clamp(340px, 40vw, 600px);
  --glossary-w: clamp(340px, 38vw, 560px);
  --toc-w: 210px;
  --topbar-h: 3.25rem;
}
