@tailwind base; @tailwind components; @tailwind utilities; @layer base { body { background-color: #212121; } html { @apply text-white; } a { @apply text-indigo-400 !important; } }