@tailwind base; @tailwind components; @tailwind utilities; :root { --bg: #07080c; --panel: rgba(12, 13, 18, 0.82); --panel2: rgba(12, 13, 18, 0.58); --text: rgba(237, 239, 244, 0.96); --muted: rgba(237, 239, 244, 0.68); --stroke: rgba(255, 255, 255, 0.10); --accent: #b6ff2e; --accentSoft: rgba(182, 255, 46, 0.18); --glow: 0 0 0 1px rgba(182, 255, 46, 0.28), 0 18px 50px rgba(182, 255, 46, 0.10); --bgFx: radial-gradient(900px 520px at 18% 28%, rgba(182, 255, 46, 0.18), transparent 55%), radial-gradient(980px 680px at 86% 40%, rgba(71, 134, 255, 0.16), transparent 58%), linear-gradient(180deg, #0b0d12 0%, #07080c 100%); font-family: "Commissioner", "Noto Sans SC", ui-sans-serif, system-ui; line-height: 1.5; font-weight: 400; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .font-display { font-family: "Antonio", "Commissioner", "Noto Sans SC", ui-sans-serif, system-ui; } .light { --bg: #faf7f2; --panel: rgba(255, 255, 255, 0.74); --panel2: rgba(255, 255, 255, 0.56); --text: rgba(11, 15, 26, 0.96); --muted: rgba(11, 15, 26, 0.62); --stroke: rgba(11, 15, 26, 0.10); --accent: #111827; --accentSoft: rgba(17, 24, 39, 0.10); --glow: 0 0 0 1px rgba(11, 15, 26, 0.14), 0 18px 50px rgba(11, 15, 26, 0.08); --bgFx: radial-gradient(820px 560px at 20% 26%, rgba(255, 197, 112, 0.34), transparent 55%), radial-gradient(980px 680px at 86% 40%, rgba(255, 90, 134, 0.24), transparent 58%), linear-gradient(180deg, #faf7f2 0%, #f2ede3 100%); } html, body { height: 100%; } body { background: var(--bg); color: var(--text); } * { scrollbar-color: rgba(255, 255, 255, 0.16) transparent; scrollbar-width: thin; }