:root {
    /* Colors */
    --primary-color: #0a2342;
    --secondary-color: #ffffff;
    --support-color: #333333;
    --accent-color: #f5a623;
    --background-light: #f4f4f4;
    --text-color: #333333;
    --text-light: #ffffff;
    --border-color: #e0e0e0;

    /* Typography */
    --font-heading: 'Roboto', sans-serif;
    --font-body: 'Inter', sans-serif;
    
    /* Spacing */
    --spacing-unit: 8px;
    --container-width: 1200px;
    
    /* Transitions */
    --transition-speed: 0.3s;
}
