@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,700|Montserrat:500,700,800|Inter:700|Nunito+Sans:400");

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

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

* {
  box-sizing: border-box;
}

body {
  overscroll-behavior-y: none;
}

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