@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";
:root{--background:#0a0a0a;--foreground:#ededed;--primary:#6366f1;--primary-hover:#4f46e5;--secondary:#ec4899;--accent:#8b5cf6;--surface:#171717;--surface-hover:#262626;--border:#404040;--font-main:"Outfit",sans-serif}html,body{background-blend-mode:multiply,normal,normal;max-width:100vw;color:var(--foreground);font-family:var(--font-main);-webkit-font-smoothing:antialiased;background-color:#0000;background-image:linear-gradient(#0a0a0ab3,#0a0a0ab3),url(/Bg.png),url(/Bg-1.png);background-position:50%;background-repeat:repeat,repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--surface-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border)}
