@tailwind base; @tailwind components; @tailwind utilities; @layer base { :root { --background: 222.2 84% 4.9%; --foreground: 210 40% 98%; } } @layer base { * { @apply border-border; } body { @apply bg-background text-foreground; } }