*{box-sizing:border-box}::selection{background:var(--red);color:var(--base);text-shadow:none}::-moz-selection{background:var(--red);text-shadow:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--base)}::-webkit-scrollbar-thumb{background:var(--overlay0);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--overlay1)}html{scroll-behavior:smooth;height:100%;font-size:16px}body{height:100%;margin:0;font-family:Roboto,sans-serif;font-style:normal;font-weight:400}code{color:var(--subtext0);background-color:var(--mantle);font-family:Roboto Mono,monospace}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
