@tailwind base; @tailwind components; @tailwind utilities; :root { color-scheme: dark; } html, body { height: 100%; } body { @apply bg-zinc-950 text-zinc-100; } a { @apply text-zinc-100; }