:root{--color-primary:#030712;--color-white:#fff;--color-grey:#999}*{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;box-sizing:border-box;font-size:16px}body{font-family:Roboto,serif;font-weight:800;line-height:1.6}body,html{margin:0;padding:0;background-color:#030712;width:100%;height:100%}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:rgba(15,23,42,.4);border-radius:99px}::-webkit-scrollbar-thumb{background:rgba(56,189,248,.25);border-radius:99px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:rgba(56,189,248,.5)}*{scrollbar-width:thin;scrollbar-color:rgba(56,189,248,.25) rgba(15,23,42,.4)}html{-webkit-text-size-adjust:100%}img,svg,video{max-width:100%;height:auto}