@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box}html,body,#root{color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;width:100%;min-height:100vh;margin:0;padding:0;font-family:Inter,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#c1c9d4;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulseGlow{0%,to{opacity:1}50%{opacity:.6}}.animate-fade-in{animation:.4s ease-out both fadeInUp}.animate-fade-in-delay-1{animation-delay:50ms}.animate-fade-in-delay-2{animation-delay:.1s}.animate-fade-in-delay-3{animation-delay:.15s}.animate-fade-in-delay-4{animation-delay:.2s}
