@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue:400|Merriweather+Sans:400,700,800|Merriweather:900,400,300,300italic,700");
/* The following line is used to measure usage of this code. You can remove it if you want. */

@font-face {
  font-family: "Saira ExtraCondensed-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/SairaExtraCondensed-ExtraBold.ttf") format("truetype");
}


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

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

* {
  box-sizing: border-box;
}
