@font-face {
  font-family: "bagoss";
  src: url("/assets/BagossStandardTRIAL-Regular.Bx_DcLN7.woff2") format("woff2"), url("/assets/BagossStandardTRIAL-Regular.BPcp4oJH.woff") format("woff"), url("/assets/BagossStandardTRIAL-Regular.VJ0NTlaM.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "esface";
  src: url("/assets/ESFace-Regular.DZtVHICt.woff2") format("woff2"), url("/assets/ESFace-Regular.CTvw9jyg.woff") format("woff"), url("/assets/ESFace-Regular.Cn2-koPn.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "esface";
  src: url("/assets/ESFaceTRIAL-LightItalic.C9l6axUl.woff2") format("woff2"), url("/assets/ESFaceTRIAL-LightItalic.CDRGv39j.woff") format("woff"), url("/assets/ESFaceTRIAL-LightItalic.CVFdmkWb.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "esface";
  src: url("/assets/ESFaceTRIAL-ExtraLightItalic.DQwtRup4.woff2") format("woff2"), url("/assets/ESFaceTRIAL-ExtraLightItalic.CWXmQLRj.woff") format("woff"), url("/assets/ESFaceTRIAL-ExtraLightItalic.BoEbuWje.ttf") format("truetype");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "infamous";
  src: url("/assets/Infamous-Regular.DKROb4k_.woff2") format("woff2"), url("/assets/Infamous-Regular.B_qJzlYY.woff") format("woff"), url("/assets/Infamous-Regular.DbwJJi7a.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  overscroll-behavior: none;
  color: #ffffff;
  background-color: #000000;
}

* {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

input,
input:before,
input:after {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}

a:active, a:link, a:visited {
  text-decoration: none;
  color: #000000;
}

#app {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  transition: background-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (orientation: portrait) {
  #app {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

[data-animate] {
  opacity: 0;
}

.tp-dfwv {
  width: 300px !important;
}