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

html, body {
  margin: 0;
  height: 100dvh;
  overflow: hidden;
}

@media (hover: none) and (pointer: coarse) {
  html, body {
    min-height: 100dvh;
    height: auto;
    overflow: visible;
  }
}

body {
  background: #13171c url(../images/bg-1.png) center/cover fixed !important;
}

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

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

* {
  box-sizing: border-box;
}
