@import "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:#00000040;--selection-background:#eddbff2f;--logo-font:"Norican",cursive}body{background-color:var(--background);color:var(--primary-text);margin:0;padding:0;font-family:Sora,sans-serif;font-size:16px}@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)}::selection{background:var(--selection-background)}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #0000004d}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:var(--accent-light);border-radius:20px;-webkit-box-shadow:inset 0 0 6px #0000004d}::-webkit-scrollbar-corner{background-color:var(--background)}a{color:var(--accent);text-decoration:none}a:hover{border-bottom:1px solid var(--accent)}*{box-sizing:border-box}.logo{font-weight:700}.levelDesignIntro{height:200px;display:flex;top:0}.levelDesignIntro svg{width:300px}.levelDesignIntro svg path{stroke-dasharray:497;stroke-dashoffset:497px;animation:1s 4ms infinite forwards draw}.levelDesignIntro svg rect{stroke:green;fill-opacity:0;animation:1s 4ms infinite flash;fill:green!important}@keyframes draw{0%{stroke-dashoffset:497px}to{stroke-dashoffset:0}}@keyframes flash{to{fill:red!important}}
