:root{--background:#000;--foreground:#F7F7F7;--main-color:#B931FF}html{background-color:var(--background);scroll-behavior:smooth}:focus{outline:none}body,html{font-family:MarketSans-Medium;font-size:14px;color:var(--foreground);height:100%;width:100%;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;user-select:none}::-webkit-scrollbar{width:10px;-webkit-transition:all 1.5s cubic-bezier(.075,.82,.165,1);transition:all 1.5s cubic-bezier(.075,.82,.165,1)}::-webkit-scrollbar-track{background:#3B3B3B}::-webkit-scrollbar-thumb{background:#2B2B2B;-webkit-transition:all 1.5s cubic-bezier(.075,.82,.165,1);transition:all 1.5s cubic-bezier(.075,.82,.165,1)}::-webkit-scrollbar-thumb:hover{background:var(--main-color)}p{-webkit-margin-before:.5em;margin-block-start:.5em;-webkit-margin-after:.5em;margin-block-end:.5em}@font-face{font-family:MarketSans-Bold;src:url(/fonts/MarketSans-Bold.otf) format("opentype");font-style:normal}@font-face{font-family:MarketSans-Light;src:url(/fonts/MarketSans-Light.otf) format("opentype");font-style:normal}@font-face{font-family:MarketSans-Medium;src:url(/fonts/MarketSans-Medium.otf) format("opentype");font-style:normal}@font-face{font-family:MarketSans-Regular;src:url(/fonts/MarketSans-Regular.otf) format("opentype");font-style:normal}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}