:root {
    --navy: #0b1f38;
    --navy-light: #1a3459;
    --navy-dark: #0a1525;
    --gold: #c8962b;
    --gold-light: #d4a43b;
    --gold-dark: #b58520;
    --teal: #2aa8c4;
    --teal-light: #13bedd;
    --teal-dark: #0fa3b8;
    --red: #d3232c;
    --red-light: #e63946;
    --text-dark: #333333;
    --text-light: #ffffff;
    --text-muted: rgba(255,255,255,0.7);
    --text-dim: rgba(255,255,255,0.5);
    --border-gold: rgba(200,150,43,0.2);
    --border-light: rgba(255,255,255,0.1);
    --bg-card: rgba(255,255,255,0.1);
    --bg-input: rgba(255,255,255,0.1);
    --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 15px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 25px rgba(0, 0, 0, 0.2);
    --shadow-gold: 0 4px 20px rgba(200,150,43,0.4);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-full: 50px;
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    --spacing-xs: 8px;
    --spacing-sm: 12px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --font-main: 'Segoe UI', Arial, sans-serif;
}
