/* CSS Variables - Design System */
:root {
    --color-primary: #113B92;
    --color-accent: #DC241F;
    --color-highlight: #FFD700;
    --bg-light: #F8F8F8;
    --bg-white: #ffffff;
    --bg-gradient-1: #667eea;
    --bg-gradient-2: #764ba2;
    --text-dark: #000000;
    --text-grey: #333333;
    --widget-bg: #000000;
    --widget-text: #FFD700;
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 4rem;
}
