:root{--color-text-primary:rgba(244,241,255,0)}body,html{max-width:100vw;overflow-x:hidden}body{height:100vh;overflow-y:auto;background-image:linear-gradient(180deg,#1c1e2f,rgb(74,76,101),#d1d2e0);color:var(--color-text-primary);font-family:var(--fonts);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) rgba(0,0,0,0)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.25);border-radius:6px;border:2px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}*{box-sizing:border-box;margin:0}a{color:inherit;font-style:italic}@media(prefers-color-scheme:dark){html{color-scheme:dark}}