/*@charset "utf-8";                                                        ? */ 
@font-face {/*                                         add woff2? */
  font-family: 'Cursive';
  src: url('/fonts/cursive.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {/*                                         add woff2?! */
  font-family: 'Cursive Light';
  src: url('/fonts/cursive300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {/*                                         add woff2?!! */
  font-family: 'Cursive Thin';
  src: url('/fonts/cursive250.woff') format('woff');
  font-weight: 250;
  font-style: normal;
}

@font-face {/*                                         add woff2?!!! */
  font-family: 'Mono';
  src: url('/fonts/mono.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {/*                                         add woff2?!!!! */
  font-family: 'Mono Light';
  src: url('/fonts/mono300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

html,body,div,span,ul,li,a,p {margin: 0;padding: 0;border: 0;outline: 0;background: transparent}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  width: 100%;height: 100%;/*                      #possible mobile fuckup?! */
}
*,*:before,*:after {box-sizing: inherit}
html,body {overflow-x: hidden!important;font-size: 16px}
body {
  background: #000;
  font: 16px sans-serif;
  color: #000;
}
ul {list-style-type: none}
b {font-weight: normal;}
.nowrap {white-space: nowrap;}
#loading {
  font-family: 'Cursive Light',sans-serif;
  font-size: 1.5em;
  position: absolute;top: 50%;left: 50%;z-index: 9778;
  transform: translate(-50%,-50%);
  cursor: wait;
  white-space: nowrap;
}
#dot1 {animation: dotdotdotA 3000ms 0ms infinite linear both}
#dot2 {animation: dotdotdotB 3000ms 0ms infinite linear both}
#dot3 {animation: dotdotdotC 3000ms 0ms infinite linear both}
@keyframes dotdotdotA {0%{color:rgba(0,0,0,0)}15%{color:rgba(0,0,0,0)}16%{color:rgba(0,0,0,1)}67%{color:rgba(0,0,0,1)}to{color:rgba(0,0,0,0)}}
@keyframes dotdotdotB {0%{color:rgba(0,0,0,0)}32%{color:rgba(0,0,0,0)}33%{color:rgba(0,0,0,1)}67%{color:rgba(0,0,0,1)}to{color:rgba(0,0,0,0)}}
@keyframes dotdotdotC {0%{color:rgba(0,0,0,0)}49%{color:rgba(0,0,0,0)}50%{color:rgba(0,0,0,1)}67%{color:rgba(0,0,0,1)}to{color:rgba(0,0,0,0)}}
#dot1,#dot2,#dot3 {
  font-family: serif;
  color: rgba(0,0,0,0);
  letter-spacing: .0625em
}