:root{--black:#000;--black-light:#1e1e1e;--white:#fff;--gray:#8d8d8d;--gray-light:#ebebeb;--gray-dark:#787d85;--lime:#8fff00;--orange:#fff500;--red:#fc836d;--red-light:#fdccc4;--green:#1dc37e;--green-light:#c8f8e4;--font-family:"IBM Plex Mono",monospace,"Rubik","Noto Sans","Roboto","Montserrat",sans-serif}*{box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:#555 hsla(0,0%,100%,0)}body,html{max-width:100vw;overflow-x:hidden;color:var(--white);font-family:var(--font-family);background:var(--black);scroll-padding-top:20px}::-webkit-scrollbar{width:6px;height:0}::-webkit-scrollbar-track{background:hsla(0,0%,100%,0)}::-webkit-scrollbar-thumb{background-color:#555;border-radius:10px;box-shadow:inset 0 0 6px hsla(0,7%,69%,.3)}a{color:inherit;text-decoration:none}