@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:210 20% 98%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--primary:172 85% 26%;--primary-foreground:210 20% 98%;--secondary:215 16% 47%;--secondary-foreground:222 47% 11%;--border:214 32% 91%;--radius:0.75rem}.dark{--background:222 47% 6%;--foreground:210 20% 98%;--card:222 47% 9%;--card-foreground:210 20% 98%;--primary:172 80% 35%;--primary-foreground:222 47% 6%;--secondary:215 16% 70%;--secondary-foreground:210 20% 98%;--border:217 33% 17%}}body{@apply bg-background text-foreground font-sans antialiased}