@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap");body,html{max-width:100vw;overflow-x:hidden}html{min-height:100%;overflow-y:auto;scrollbar-color:transparent transparent;scrollbar-width:none}html.is-scrolling{scrollbar-color:rgba(34,107,197,.85) transparent;scrollbar-width:thin}body{min-height:100%;color:rgb(255,255,255);background:#050505;font-family:Oxanium,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}html::-webkit-scrollbar{width:0;height:0}html.is-scrolling::-webkit-scrollbar{width:2px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(34,107,197,.85),rgba(34,121,197,.35));border-radius:999px;border:2px solid transparent;background-clip:content-box}html::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(34,97,197,.95),rgba(34,102,197,.5))}::selection{background:rgba(34,102,197,.25);color:white}