/* Copyright Kilotronic LLC. All rights reserved. */

/* Spraoi design tokens. The single source of truth is brand/tokens.css; the copies in
   playspraoi.com/public/ and ui/shared/ are generated. Edit brand/tokens.css and re-run
   brand/build_assets.sh so both served roots stay in sync (brand/check_tokens_sync.py
   guards the drift).

   One palette: Sunset. Alternate [data-theme] variants (tangerine/amber/festival) and
   the staging ?theme= switch were retired 2026-08-10 — brand exploration is local
   edits to :root, not shipped unused themes. */
:root {
  --color-accent: #ff5e3a;
  --color-accent-2: #ffc24b;
  --color-surface: #faf4ea;
  --color-ink: #2b1a2e;
  --color-on-accent: #ffffff;
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
