/* ════════════════════════════════════════════════════════════════════
   THEME TOKENS — Rise of the Mad Pharaoh
   Sand, papyrus and tomb gold. Every player-facing surface (login,
   lobby, HUD, item viewer, banners, ending) reads these tokens; the
   operator console (admin.css) stays neutral.
   ════════════════════════════════════════════════════════════════════ */
:root {
    --title-font: 'Cinzel Decorative', 'Cinzel', Georgia, serif;
    --heading-font: 'Cinzel', Georgia, serif;
    --ui-font: 'Special Elite', 'Courier New', monospace;

    --gold: #e0b44c;
    --gold-bright: #ffd97a;
    --gold-dim: rgba(224, 180, 76, 0.25);
    --papyrus: #f1e3c2;
    --papyrus-dark: #d9c294;
    --ink: #2b1d0e;
    --ink-soft: #5a4424;
    --lapis: #1f4e8c;
    --blood: #9c2a1c;

    --night: #120c07;
    --panel: rgba(24, 16, 8, 0.88);
    --panel-edge: rgba(224, 180, 76, 0.55);

    --shadow-deep: 0 18px 50px rgba(0, 0, 0, 0.55);
    --glow-gold: 0 0 14px rgba(255, 205, 100, 0.55);

    /* Legacy framework tokens (cursor context pill, banners). */
    --accent: var(--gold);
    --accent-soft: var(--papyrus-dark);
    --chrome-pill-bg: rgba(24, 16, 8, 0.85);
}
