/* some style */

body {
    margin: 0;
    overflow: hidden;
    background: #000000;
}

#form3d canvas {
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
}

#svg-slice svg {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
}

canvas, #form3d {
}

canvas.backdrop {
  z-index: -100;
}

#backdrop-main-A {
  position: fixed;              /* Allow top/left shifting to work. */
}

#backdrop-main-B {
  /* For now: B is always hidden, A can be toggled. */
  display: none;
}

div.gui-container {
    z-index: 500;
    display: none;              /* Toggled via jQuery. */
}

#stats {
  display: none;
}

div.gui-container-uix {
  z-index: 500;
  display: none;              /* Toggled via jQuery. */
}

@font-face {
  font-family: "AnonymousPro";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/AnonymousPro/AnonymousPro-Regular.ttf") format("ttf");
}
