@import "tailwindcss"; @theme { --font-sans: system-ui, "Segoe UI", Roboto, sans-serif; } :root { color-scheme: light dark; } body { margin: 0; @apply bg-white text-slate-900 dark:bg-slate-950 dark:text-slate-100; } #root { min-height: 100svh; }