@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap";
@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";
:root{--mobile-width:600px;--background-color:#282828;--foreground-color:white;--foreground-color-disabled:#ffffff80;--background-color-secondary:#3c3c3c;--font-family:"Roboto Condensed",sans-serif;--header-font-family:"Bebas Neue","Roboto Condensed",sans-serif;--link-color:#00c8ff;--link-color-active:#0085aa;--button-color:var(--link-color);--button-color-hover:#7fe4ff;--button-color-active:var(--link-color-active);--brand-clip-8:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px)100%,0 100%,0 8px,8px 0);--brand-clip-16:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px)100%,0 100%,0 16px,16px 0)}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:var(--font-family);font-weight:400}body{background:var(--background-color);color:var(--foreground-color);margin:0;overflow:auto}h1,h2,h3{font-family:var(--header-font-family);margin:0;font-weight:400}h1{font-size:40pt}h2{font-size:20pt}a{color:var(--link-color);text-decoration:none}a:active{color:var(--link-color-active)}
