@tailwind base;@tailwind components;@tailwind utilities;@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .8s ease-out forwards;opacity:0}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.animation-delay-600{animation-delay:.6s}:root{--background: hsl(0, 0%, 100%);--foreground: hsl(240, 10%, 3.9%);--muted: hsl(240, 4.8%, 95.9%);--muted-foreground: hsl(240, 3.7%, 60%);--popover: hsl(0, 0%, 100%);--popover-foreground: hsl(240, 10%, 3.9%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(240, 10%, 3.9%);--border: hsl(240, 5.9%, 90%);--input: hsl(240, 5.9%, 90%);--primary: hsl(217, 91%, 60%);--primary-foreground: hsl(210, 40%, 98%);--secondary: hsl(240, 4.8%, 95.9%);--secondary-foreground: hsl(240, 5.9%, 10%);--accent: hsl(240, 4.8%, 95.9%);--accent-foreground: hsl(240, 5.9%, 10%);--destructive: hsl(0, 84.2%, 60.2%);--destructive-foreground: hsl(60, 9.1%, 97.8%);--ring: hsl(240, 10%, 3.9%);--radius: .5rem;--sidebar-background: hsl(0, 0%, 100%);--sidebar-foreground: hsl(240, 5.3%, 26.1%);--sidebar-primary: hsl(217, 91%, 60%);--sidebar-primary-foreground: hsl(210, 40%, 98%);--sidebar-accent: hsl(240, 4.8%, 95.9%);--sidebar-accent-foreground: hsl(240, 5.9%, 10%);--sidebar-border: hsl(240, 5.9%, 90%);--sidebar-ring: hsl(240, 10%, 3.9%)}.dark{--background: hsl(240, 10%, 3.9%);--foreground: hsl(0, 0%, 98%);--muted: hsl(240, 3.7%, 15.9%);--muted-foreground: hsl(240, 5%, 64.9%);--popover: hsl(240, 10%, 3.9%);--popover-foreground: hsl(0, 0%, 98%);--card: hsl(240, 10%, 3.9%);--card-foreground: hsl(0, 0%, 98%);--border: hsl(240, 3.7%, 15.9%);--input: hsl(240, 3.7%, 15.9%);--primary: hsl(217, 91%, 60%);--primary-foreground: hsl(210, 40%, 98%);--secondary: hsl(240, 3.7%, 15.9%);--secondary-foreground: hsl(0, 0%, 98%);--accent: hsl(240, 3.7%, 15.9%);--accent-foreground: hsl(0, 0%, 98%);--destructive: hsl(0, 62.8%, 30.6%);--destructive-foreground: hsl(0, 0%, 98%);--ring: hsl(240, 4.9%, 83.9%);--sidebar-background: hsl(240, 10%, 3.9%);--sidebar-foreground: hsl(240, 4.9%, 83.9%);--sidebar-primary: hsl(217, 91%, 60%);--sidebar-primary-foreground: hsl(210, 40%, 98%);--sidebar-accent: hsl(240, 3.7%, 15.9%);--sidebar-accent-foreground: hsl(0, 0%, 98%);--sidebar-border: hsl(240, 3.7%, 15.9%);--sidebar-ring: hsl(240, 4.9%, 83.9%)}@layer base{*{@apply border-border;}body{@apply font-sans antialiased bg-background text-foreground;}}
