@tailwind base; @tailwind components; @tailwind utilities; @media (prefers-color-scheme: dark) { html { color-scheme: dark; } body { color: white; background: #0e1111; } }