@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Inter:wght@400;500&display=swap";
:root{--bg:#1a1412;--card:#2a2638;--accent:#00d4b8;--accent-pink:#ff2d9b;--text:#f0ebe0;--text-muted:#7a7570;--border:#2e2a38}*{box-sizing:border-box}html,body{background-color:var(--bg);color:var(--text);margin:0;padding:0;font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.scroll-hide{-ms-overflow-style:none;scrollbar-width:none}.scroll-hide::-webkit-scrollbar{display:none}
