@tailwind base; @tailwind components; @tailwind utilities; @layer base { html { scroll-behavior: smooth; } body { @apply antialiased; } } @layer components { .prose { @apply text-gray-700; } .prose p { @apply mb-4 leading-relaxed; } }