:root {
    --primary-blue: #0e407f;
    --accent-red: #b22222;    
    --white: #ffffff;
    --bg-light: #f8f9fa;
    --text-dark: #333333;
    --text-gray: #666666;
    --container-width: 1200px;
    --transition: all 0.3s ease;
}