@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400|Inter:500,400,700|Open+Sans:400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/66ac82678cdf06e6a612b9cd.66ac82678cdf06e6a612b9d0.UQFFnCx.hcp.png");

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

.screen a {
  display: contents;
  text-decoration: none;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

html,
body {
  background-color: #061b0c;
}

body {
  overscroll-behavior-y: none;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  html,
  body {
    height: 100%;
  }
}
