@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 99%); --color-foreground: hsl(220 20% 15%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(220 20% 15%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(220 20% 15%); --color-primary: hsl(220 25% 20%); --color-primary-foreground: hsl(0 0% 98%); --color-secondary: hsl(220 10% 96%); --color-secondary-foreground: hsl(220 20% 15%); --color-muted: hsl(220 10% 96%); --color-muted-foreground: hsl(220 10% 45%); --color-accent: hsl(220 10% 94%); --color-accent-foreground: hsl(220 20% 15%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(220 15% 90%); --color-input: hsl(220 15% 90%); --color-ring: hsl(220 25% 20%); --radius: .5rem; --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5.3% 26.1%); --color-sidebar-primary: hsl(240 5.9% 10%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 4.8% 95.9%); --color-sidebar-accent-foreground: hsl(240 5.9% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217.2 91.2% 59.8%); --color-primary-foreground: hsl(var(--sidebar-primary-foreground)); --color-accent-foreground: hsl(var(--sidebar-accent-foreground)); --font-sans: "Inter, system-ui, sans-serif"; }*{@apply border-border;}body{@apply bg-background text-foreground antialiased;}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}
