:root { --primary-color: #0F4C81; --secondary-color: #3FA9F5; --success-color: #2ECC71; --bg-light: #F5F7FA; --text-dark: #2C3E50; --white: #FFFFFF; --font-main: 'Poppins', sans-serif; --transition-smooth: all 0.3s ease-in-out; --shadow-soft: 0 4px 6px rgba(0,0,0,0.05); --shadow-hover: 0 10px 20px rgba(0,0,0,0.12); }