:root{--windowWidth:calc(100dvw*95/100);--fontSize:12px;--background:#f7f7f7;--foreground:#1a1a1a;--secondary:#4a4a4a;--borders:#e1e1e1;--color1:#1e81da;--color2:#d1495b;--rgbBackground:247,247,247;--rgbForeground:26,26,26;--rgbSecondary:74,74,74;--rgbBorders:225,225,225;--rgbColor1:30,129,218}@media only screen and (min-width:1024px){:root{--windowWidth:calc(100dvw*90/100);--fontSize:13px}}@media only screen and (min-width:1440px){:root{--windowWidth:calc(1440px*90/100)}}@font-face{font-family:Red Hat Display;src:url(/fonts/red-hat-display.ttf)}@font-face{font-family:Mokoto Glitch;src:url(/fonts/mokoto-glitch.otf)}*{scrollbar-color:var(--color1)transparent;scroll-behavior:smooth;margin:0;padding:0;font-family:Red Hat Display;transition:all .3s ease-in-out}::-webkit-scrollbar{min-width:5px;max-width:5px;min-height:5px;max-height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:var(--color1);border-radius:20px}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body{text-align:center;background:linear-gradient(135deg,#e5e7eb,#cfd4dc);flex-direction:column;justify-content:center;align-items:center;min-width:100dvw;max-width:100dvw;min-height:100dvh;max-height:100dvh;display:flex;overflow:hidden!important}a,a:hover,a:link,a:active{color:unset;-webkit-text-decoration:unset;text-decoration:unset}hr{margin:none;padding:none;background-color:var(--borders);border:none;height:1px}h1,h2,h3{color:var(--foreground);font-weight:800}h1{font-size:calc(var(--fontSize) + 20px)}h2{font-size:calc(var(--fontSize) + 10px)}h3{font-size:calc(var(--fontSize) + 2px)}pre{white-space:wrap}
