@tailwind base; @tailwind components; @tailwind utilities; @layer base { * { @apply border-slate-200; } body { @apply bg-white text-slate-900; } }