@tailwind base; @tailwind components; @tailwind utilities; html, body { @apply bg-slate-50 text-slate-900; } a { @apply text-brand-600 hover:text-brand-500; }