/* Fonts */

@font-face {
  font-family: "Visuelt";
  src: url("/fonts/visuelt-light.eot");
  src: url("/fonts/visuelt-light.eot?#iefix") format("embedded-opentype"), url("/fonts/visuelt-light.woff") format("woff"), url("/fonts/visuelt-light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Visuelt";
  src: url("/fonts/visuelt-regular.eot");
  src: url("/fonts/visuelt-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/visuelt-regular.woff") format("woff"), url("/fonts/visuelt-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  background-color: #341D88;
  color: #FFB3BD;
  margin: 0;
  font-size: 9pt;
  font-family: AkkuratMono, monospace;
  overflow-x: hidden;
}

html a,
body a {
  color: #FFB3BD;
  text-decoration: none;
}

@media (max-width: 481px) {
  html,
  body {
    font-size: 10pt;
  }
}

#debugSizeWrap {
  margin-top: 120px;
}

.debugSize {
  display: inline-block;
  float: left;
}

#asciiDrawing {
  word-break: keep-all;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.hidden {
  color: rgba(0, 0, 0, 0);
}

#tempMeasure {
  padding: 0;
}

#tempMeasure div {
  display: inline;
}

