@import "tailwindcss"; @layer base { body { @apply bg-gray-900 text-gray-200 antialiased; } }