@tailwind base; @tailwind components; @tailwind utilities; @import "../components/theme/theme.css"; @layer base { * { @apply border-border; } body { @apply bg-background text-foreground; } }