@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap");:root{--font-outfit:"Outfit",sans-serif;--font-inter:"Inter",sans-serif;--gold-primary:#e5a93c;--gold-light:#ffd480;--gold-bright:#ffc857;--gold-dark:#b37d1e;--bg-main:#080b11;--bg-surface:#0e1522}body,html{background-color:#080b11!important;color:#f8fafc!important;margin:0;padding:0;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#080b11}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#e5a93c}