:root {
    --primary-blue: #005ce3;
    --primary-orange: #f46f1f;
    --primary-orange-hover: #e05a1a;
    --light-blue: #bde5ed;
    --header-gradient: linear-gradient(to bottom, #f8fbfc 0%, #ffffff 100%);
    --text-dark: #333;
    --text-gray: #626364;
    --text-light: #8a8a8a;
    --white: #ffffff;
    --shadow-light: rgba(0,92,227,0.15);
    --shadow-medium: rgba(0,92,227,0.3);
    --shadow-dark: rgba(0,0,0,0.1);
    --header-height: 60px;
    --border-radius: 8px;
    --border-radius-lg: 12px;
    --border-radius-xl: 20px;
    --font-family: 'Poppins', Arial, sans-serif;
    --transition: all 0.3s ease;
    --max-width: 1440px;
} 