/* ===== CSS VARIABLES (Single Source of Truth) ===== */
:root {
    --clr-bg: #0d0d0d;
    --clr-surface: #1a1a1a;
    --clr-border: #2a2a2a;
    --clr-accent: #e8c547;
    --clr-accent-dark: #b8972e;
    --clr-text-primary: #f0f0f0;
    --clr-text-muted: #888888;
    --font-display: 'Bebas Neue', sans-serif;
    --font-body: 'Actor', sans-serif;
}
