@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;600;700;800;900&display=swap";:root{--bg-color: #000000;--text-color: #ffffff;--accent-color: #ffb800;--accent-secondary: #34d399;--font-body: "Inter", sans-serif;--font-title: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#000;color:#fff;font-family:var(--font-body);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#1f1f2e;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffb800}
