@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Outfit:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--font-sans: "DM Sans", sans-serif;--font-display: "Outfit", sans-serif;--background: 0 0% 98%;--foreground: 222 47% 11%;--primary: 258 90% 66%;--primary-foreground: 210 40% 98%;--secondary: 24 95% 58%;--secondary-foreground: 210 40% 98%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 258 90% 96%;--accent-foreground: 258 90% 46%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 258 90% 66%;--radius: 1rem;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--primary: 258 90% 76%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 24 95% 68%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 258 90% 76%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;font-family:var(--font-sans);background-color:#f3f4f6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);@apply tracking-tight;}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.animate-slide-up{animation:slideUp .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
