@font-face {
  font-family: univers-light;
  src: url("https://interactive-development.hsnb.io/hsnbisf/fonts/UniversLTStd-Light.otf"); }
@font-face {
  font-family: univers-regular;
  src: url("https://interactive-development.hsnb.io/hsnbisf/fonts/UniversLTStd.otf"); }
@font-face {
  font-family: univers-condensed;
  src: url("https://interactive-development.hsnb.io/hsnbisf/fonts/UniversLTStd-Cn.otf"); }
@font-face {
  font-family: univers-bold;
  src: url("https://interactive-development.hsnb.io/hsnbisf/fonts/UniversLTStd-Bold.otf"); }
@font-face {
  font-family: univers-condensed-bold;
  src: url("https://interactive-development.hsnb.io/2019-09-nike/UniversLTW04-67BoldCond.woff"); }
h1, h2, h3 {
  font-family: univers-condensed-bold; }

body.xpr {
  font-family: univers-regular;
  margin: 0px;
  font-size: 17px;
  overflow-x: hidden; }

body {
  background: black; }

canvas {
  display: block;
  margin: 0 auto; }

body, html {
  margin: 0px; }

button {
  background-color: transparent;
  border: none; }

.xpr-brush--touch {
  position: absolute;
  pointer-events: none; }
  .xpr-brush--touch .xpr-touch {
    height: 50px;
    width: 50px;
    background-color: red;
    border-radius: 50%;
    z-index: 20;
    pointer-events: all; }

.debugger {
  display: none;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding: 10px 10px;
  z-index: 20;
  background: rgba(0, 0, 255, 0.5);
  overflow: hidden;
  padding: 20px;
  display: none; }

.xpr-canvas__bank {
  position: absolute;
  right: 0;
  z-index: 29;
  display: flex;
  flex-direction: column;
  padding: 15px 0px;
  display: none; }

img {
  float: left; }

.xpr-bank__asset--wrap {
  background-color: rgba(255, 255, 255, 0.3);
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin: 5px 10px; }

.xpr-bank__asset {
  height: 36px;
  width: 36px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  touch-action: none;
  user-select: none;
  border-radius: 50%; }

@media (min-width: 768px) {
  .xpr-bank__asset--wrap,
  .xpr-bank__asset {
    height: 45px;
    width: 45px; } }

/*# sourceMappingURL=styles.css.map */
