@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");body,html{margin:0;font-family:Inter,sans-serif;overflow-x:hidden!important;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.5) transparent;width:100%;box-sizing:border-box}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background-color:transparent}body::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:10px;border:2px solid hsla(0,0%,100%,0)}*,:after,:before{box-sizing:inherit;max-width:100vw}.no-scroll{overflow:hidden!important;position:fixed;width:100%;height:100%}