/* Global theme variables — shared across all pages.
   chat.css also defines these, so pages loading chat.css don't need this file. */
:root {
    --theme-bg-primary: #202020;
    --theme-bg-secondary: #1E1F2B;
    --theme-bg-alt: #2A2A2A;
    --theme-text-primary: #FFFFFF;
    --theme-text-secondary: #E6E6E6;
    --theme-text-tertiary: #A0A0A0;
    --theme-border: #2A2A2A;
    --theme-shadow: rgba(0, 0, 0, 0.3);
    --theme-overlay: rgba(0, 0, 0, 0.5);

    --brand-primary: #FFD52E;
    --brand-accent: #FFB800;
    --brand-success: #3DDC97;
    --brand-error: #FF6B6B;
}
