/* tokens.css — canonical Zodaiya design tokens (single source of truth).
   Extracted from the SPA palette in style.css; @imported by every page-group
   stylesheet so --accent (and the rest of the brand) is identical everywhere.
   Pick the SPA value as canonical: gold #D4AF37 accent + jewel-purple accent-2. */
:root {
  --bg: #050817;
  --surface: #14163A;
  --card: #1E1F4F;
  --text: #F4EFE3;
  --text-muted: #8C82B0;
  --accent: #D4AF37;
  --accent-light: #F1C84A;
  --accent-strong: #F1C84A;
  --accent-2: #9A6BFF;
  --gold: #D4AF37;
  --hairline: rgba(212, 175, 55, 0.18);
  --radius: 12px;
}
