/* public/theme.css — shared Virtua Model design tokens (palette, radii, fonts).
   Extracted from the per-page inline :root blocks that were byte-identical across
   the static content pages (terms, privacy, cookie, etc.). Link this before a
   page's own <style> and reference the tokens with var(--…). Pages with a
   deliberately distinct palette (the app screens) keep their own :root. */
:root{
  --surface-0:#06060a;--surface-1:#0c0b10;--surface-2:#131218;--surface-3:#1a1820;
  --text-0:#f5f0e8;--text-1:#c4b9a8;--text-2:#8a7e6e;
  --warm:#d4a373;--warm-hi:#e8b88a;--warm-dim:rgba(212,163,115,.13);--warm-glow:rgba(212,163,115,.06);
  --glass:rgba(255,248,240,.025);--glass-border:rgba(255,248,240,.06);--glass-hover:rgba(255,248,240,.08);
  --radius:16px;--radius-sm:10px;
  --font:'Space Grotesk',system-ui,-apple-system,sans-serif;
  --mono:'JetBrains Mono',monospace;
}
