/*
 * Below the Wash Line design tokens. Single source for the hand-authored site.
 * The wiki mirrors these colors in wiki/quartz.config.yaml (theme.colors); keep them in sync.
 * Web values are tuned for WCAG AA on parchment (print terracotta #9C5A32 -> #8F5029).
 * Spec §7.1
 */
:root {
  --parchment: #EAE0C8;
  --parchment-shade: #D9CCAF;
  --parchment-light: #F4EDDB;
  --stone: #6E5E4A;
  --ink: #423326;
  --espresso: #2C2013;
  --turquoise: #26625E;
  --terracotta: #8F5029;
  --adobe: rgba(201, 138, 94, 0.28);

  --font-display: "UnifrakturCook", "Old English Text MT", Georgia, serif;
  --font-heading: var(--font-display);
  --font-body: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;

  --measure: 60rem;
  --gutter: 16px;
}
