:root {
    /* Theme Variables */
    --theme-primary: #e74c3c;
    --theme-secondary: #f39c12;
    --theme-accent: #c0392b;
    --theme-success: #27ae60;
    --theme-warning: #f39c12;
    --theme-dark: #2c3e50;
    --theme-background: #ffffff;
    --theme-text: #333333;
    --theme-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    /* Standard Color Overrides */
    --color-primary: #e74c3c;
    --color-primary-dark: color-mix(in srgb, #e74c3c 85%, black);
    --color-primary-light: color-mix(in srgb, #e74c3c 85%, white);
    --color-secondary: #f39c12;
    --color-accent: #c0392b;
    --color-success: #27ae60;
    --color-warning: #f39c12;
    --color-danger: #dc3545;

    /* Brand-System Overrides */
    --brand-primary: #e74c3c;
    --brand-primary-dark: color-mix(in srgb, #e74c3c 85%, black);
    --brand-primary-light: color-mix(in srgb, #e74c3c 85%, white);
    --brand-secondary: #f39c12;
    --brand-secondary-light: color-mix(in srgb, #f39c12 85%, white);

    /* Layout Overrides */
    --bg-header: #e74c3c;
    --bg-gradient-1: linear-gradient(135deg, #e74c3c 0%, #f39c12 100%);
}
