/* CSS Custom Properties / Variables */
:root {
    --primary-color: #001e4e;
    --secondary-color: #c41e3a;
    --accent-gold: #d4af37;
    --light-bg: #f8f9fa;
    --dark-text: #2c3e50;
    --gradient-primary: linear-gradient(135deg, #001e4e 0%, #003875 100%);
}
