@import "tailwindcss"; :root { color-scheme: dark; background: #09090b; } html { background: #09090b; } body { min-width: 320px; margin: 0; background: radial-gradient(circle at top, rgba(20, 184, 166, 0.08), transparent 34rem), linear-gradient(180deg, #09090b 0%, #0b0f12 100%); color: #f4f4f5; }