:root {
    /* Colors */
    --primary-color: #2563eb;
    --primary-light: #eff6ff;
    --primary-hover: #1d4ed8;
    --navy-dark: #0f172a;
    --navy-light: #1e293b;
    --text-main: #334155;
    --text-muted: #64748b;
    --bg-white: #ffffff;
    --bg-offwhite: #f8fafc;
    --border-color: #e2e8f0;
    --accent-color: #f59e0b;
    
    /* Typography */
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    
    /* Transitions & Shadows */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
