@font-face {
  font-family: MTS-Black;
  src: url(./d8d678a0faa0e89c1c3126a2c194c873.otf);
}
@font-face {
  font-family: MTS-Bold;
  src: url(./91499b0bc9f87790b88a15632e2bbdd9.otf);
}
@font-face {
  font-family: MTS-Medium;
  src: url(./ea7880989623169943de63a0caf4448b.otf);
}
@font-face {
  font-family: MTS-Regular;
  src: url(./a4de6c3ca7cbe97edc3a2c53c2768ac5.otf);
}
@font-face {
  font-family: MTS-UltraWide;
  src: url(./e20074c5cf0e0f5a4bdb787a60a4f5fb.otf);
}
* {
  font-family: Bip;
  margin: 0;
  padding: 0;
}
div, p, span, h1, h2, h3, h4, img {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
#root {
  position: fixed;
}
