/* Design tokens sourced directly from deliverables/docs/03-illustration-bible.md */
:root {
  /* Before-activation palette */
  --night-charcoal: #0c1110;
  --deep-forest: #16231c;
  --deep-forest-light: #1f3327;
  --weathered-stone: #343b37;
  --ivory-parchment: #e8ddc3;
  --ivory-parchment-light: #f3ead4;
  --ink: #27271f;
  --ink-soft: #554638;
  --aged-gold: #b99950;
  --aged-gold-light: #d8c07f;
  --aged-gold-dark: #8a6c30;
  --burgundy: #5a2630;
  --moss: #667255;

  /* After-activation only — never referenced before Reveal Page 1 */
  --royal-blue: #174c9a;
  --bright-reveal-blue: #2767c5;
  --celebration-gold: #d6b45f;

  /* Type */
  --font-title: 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', serif;
  --font-body: Georgia, 'Iowan Old Style', Palatino, 'Times New Roman', serif;

  /* Layout */
  --parchment-max-width: 34rem;
  --spread-max-width: 76rem;
  --border-radius-soft: 0.6rem;
  --focus-ring: 0 0 0 3px var(--night-charcoal), 0 0 0 5px var(--aged-gold-light);

  /* Motion (overridden to 0 under prefers-reduced-motion, see base.css) */
  --motion-fast: 180ms;
  --motion-medium: 420ms;
  --motion-slow: 900ms;
  --ease-story: cubic-bezier(0.22, 0.61, 0.36, 1);
}
