@import "tailwindcss"; @plugin "@tailwindcss/typography"; @layer base { body { @apply bg-[#FCFDFF] text-slate-800 antialiased; } }