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