@import 'tailwindcss'; @layer base { body { @apply bg-gray-50 text-gray-900 dark:bg-gray-950 dark:text-gray-100; @apply font-sans text-base leading-relaxed antialiased; min-height: 100vh; } }