@import url(https://fonts.googleapis.com/css2?family=Norican&display=swap);html:root{--background:#231c2a;--primary-text:#be90d4;--secondary-text:#eddbff;--accent:#bf55ec;--accent-dark:#1f132a;--accent-light:#7440a9;--surface:#362346;--black-shadow:rgba(0,0,0,0.25);--selection-background:#eddbff2f;--logo-font:"Norican",cursive}body{padding:0;margin:0;font-family:Sora,sans-serif;font-size:16px;background-color:var(--background);color:var(--primary-text)}@media(max-width:600px){body{font-size:14px}}body.light-mode{--background:#fff;--primary-text:#121212;--secondary-text:#6b1db7;--surface:#e0d0f1;--accent:#7600a8;--accent-dark:#e2c2ff;--selection-background:#431d6a2f}::selection{background:var(--selection-background)}::-moz-selection{background:var(--selection-background)}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-thumb{border-radius:20px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--accent-light)}::-webkit-scrollbar-corner{background-color:var(--background)}a{color:var(--accent);text-decoration:none}a:hover{border-bottom:1px solid var(--accent)}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.logo{font-weight:700}.levelDesignIntro{height:200px;top:0;display:-webkit-flex;display:-moz-box;display:flex}.levelDesignIntro svg{width:300px}.levelDesignIntro svg path{stroke-dasharray:497;stroke-dashoffset:497;-webkit-animation:draw 1s 4ms infinite forwards;animation:draw 1s 4ms infinite forwards}.levelDesignIntro svg rect{fill:green!important;stroke:green;fill-opacity:0;-webkit-animation:flash 1s infinite;animation:flash 1s infinite;-webkit-animation-delay:4ms;animation-delay:4ms}@-webkit-keyframes draw{0%{stroke-dashoffset:497}to{stroke-dashoffset:0}}@keyframes draw{0%{stroke-dashoffset:497}to{stroke-dashoffset:0}}@-webkit-keyframes flash{to{fill:red!important}}@keyframes flash{to{fill:red!important}}