/* Shared design tokens — single source of truth for every page/layout.
   Seeded from public/mockups/_tokens.css (Direction B "The Quarterly"). */
:root {
  --cream: #faf6ef;
  --cream-2: #f3ecde;
  --paper: #fffdf8;

  --ink: #1c1916;
  --ink-soft: #4a443c;
  --ink-muted: #7a7268;

  --gold: #b08842;
  --gold-soft: #d4b574;
  --gold-deep: #8a6628;

  --rule: #e8dfca;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
