/* Best Day Gala — design tokens. "Yellowstone, but joyful." */
:root {
  /* Color */
  --c-paper: #F4ECDC;
  --c-paper-2: #FBF6EA;
  --c-ink: #2A211A;
  --c-ink-soft: #5A4B3D;
  --c-leather: #7A4A2B;
  --c-leather-dark: #3E2A1C;
  --c-rust: #9E3B2E;
  --c-rust-hover: #85301F;
  --c-brass: #C0892E;
  --c-sage: #6B7257;
  --c-border: #D8C7A8;

  /* Fonts */
  --font-accent: 'Rye', cursive;
  --font-display: 'Zilla Slab', Georgia, serif;
  --font-body: 'Source Sans 3', system-ui, sans-serif;

  /* Radius & shadow */
  --radius: 12px;
  --shadow-kraft: 0 6px 24px -8px rgba(62, 42, 28, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
