:root{--site-background:#232323}body{font-family:Roboto,sans-serif;color:#585656;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.js .loading,body{background:var(--site-background)}.js .loading{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;transition:opacity .3s}.js .loading--hide{pointer-events:none;opacity:0}.js .loading:after{content:"- - -";font-family:Roboto Mono,monospace;font-size:1.5em;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;animation:loadingAnimation 1s infinite alternate forwards}@keyframes loadingAnimation{0%{content:"- - -"}25%{content:"a - -"}50%{content:"- - k"}75%{content:"- / -"}to{content:"a - k"}}