@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");body,html{max-width:100vw;height:100dvh;overflow-x:hidden;font-family:Roboto,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box;padding:0;margin:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#070b14}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#2b3a5f,#1e2740);border-radius:10px;border:2px solid #070b14;-webkit-transition:background .2s ease;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3f5ea8,#2b3a5f)}::-webkit-scrollbar-corner{background:#070b14}