@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased text-gray-900 bg-gray-50 overflow-x-hidden;font-feature-settings:"cv02","cv03","cv04","cv11"}h1,h2,h3,h4,h5,h6{@apply font-display tracking-tight text-gray-900;}}@layer components{.glass-panel{@apply bg-white/80 backdrop-blur-xl border border-white/20 shadow-xl;}.btn-primary{@apply bg-teal-600 text-white hover:bg-teal-700 active:bg-teal-800 transition-all duration-200 shadow-lg shadow-teal-500/30 rounded-xl font-semibold;}.btn-secondary{@apply bg-white text-gray-700 border-2 border-gray-100 hover:border-gray-200 hover:bg-gray-50 active:bg-gray-100 transition-all duration-200 rounded-xl font-semibold;}.input-field{@apply w-full px-4 py-3 rounded-xl border border-gray-200 focus:border-teal-500 focus:ring-4 focus:ring-teal-500/10 outline-none transition-all duration-200 bg-white placeholder:text-gray-400;}}@layer utilities{.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.text-balance{text-wrap:balance}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{@apply bg-gray-300 rounded-full hover:bg-gray-400 transition-colors;}
