@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 36 33% 97%;--foreground: 216 14% 10%;--card: 0 0% 100%;--card-foreground: 216 14% 10%;--popover: 0 0% 100%;--popover-foreground: 216 14% 10%;--primary: 216 14% 10%;--primary-foreground: 36 33% 97%;--secondary: 36 33% 97%;--secondary-foreground: 216 14% 10%;--muted: 34 24% 92%;--muted-foreground: 30 5% 37%;--accent: 30 24% 73%;--accent-foreground: 216 14% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 30 24% 87%;--input: 30 24% 87%;--ring: 216 14% 10%;--radius: .75rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%}*{@apply border-border;}body{@apply bg-background text-foreground font-sans antialiased;font-family:Inter,sans-serif}}@layer utilities{.text-balance{text-wrap:balance}}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}
