@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:rgba(0,0,0,.87)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.25)}a,button{transition:all .2s ease}[data-theme=dark] body,[data-theme=dark] html{background-color:#121212;color:#e0e0e0}[data-theme=dark] ::-webkit-scrollbar-track{background:#2a2a2a}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#555}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#777}:focus-visible{outline:2px solid #1976d2;outline-offset:2px}ol,ul{list-style:none}img{max-width:100%;display:block}