@tailwind base; html { @apply bg-white; font-family: sans-serif; } @tailwind components; @tailwind utilities; h1 { @apply text-lg font-bold; } h2 { @apply font-bold; }