:root {
    /* Logo Sizes */
    --logo-height: 50px;
    --logo-tablet-height: 50px;
    --logo-mobile-height: 40px;

    /* Theme Variables */
    --theme-primary: #044bd7;
    --theme-header-text: #ffffff;
    --theme-secondary: #e08506;
    --theme-accent: #f39c12;
    --theme-success: #10B981;
    --theme-warning: #F59E0B;
    --theme-dark: #0F172A;
    --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: #044bd7;
    --color-primary-dark: color-mix(in srgb, #044bd7 85%, black);
    --color-primary-light: color-mix(in srgb, #044bd7 85%, white);
    --color-secondary: #e08506;
    --color-accent: #f39c12;
    --color-success: #10B981;
    --color-warning: #F59E0B;
    --color-danger: #dc3545;

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

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