@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--black:#000;--white:#fff;--grey:#999;--light-grey:#bbb;--light-grey-20:#bbb3;--dark-grey:#222;--blue:#09f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);cursor:none;font-family:Inter,sans-serif;overflow-x:hidden}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button{cursor:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--dark-grey);border-radius:2px}@media (width<=768px){body{cursor:auto}}
