@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.cursor-dot{z-index:9999;pointer-events:none;background:#fff;border-radius:50%;width:8px;height:8px;position:fixed}.cursor-bg{filter:blur(25px);z-index:9998;pointer-events:none;background:radial-gradient(circle,#0095ffcc,#0000 70%);border-radius:50%;width:120px;height:120px;position:fixed}
