:root {
    /* Primary Brand Colors */
    --primary-color: #003366;
    --primary-dark: #002244;
    --primary-light: #e6eff6;
    --accent-color: #ffcc00;
    --accent-dark: #e6b800;
    
    /* Neutral Colors */
    --text-dark: #333333;
    --text-muted: #666666;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-color: #dddddd;
    --error-color: #d9534f;
    --success-color: #5cb85c;

    /* Typography */
    --font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    --font-heading: 'Poppins', sans-serif;

    /* Spacing & Layout */
    --container-width: 1380px;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 32px;
    --spacing-lg: 64px;
    --border-radius: 8px;
    --transition-speed: 0.3s;
    --box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
