@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/659c1d6d0d3be8c706b7effb.60180c3c2e1e8b8d954ffcf5.JHtoyBX.hcp.png");

@font-face {
  font-family: "AvenirLTStd-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/AvenirLTStd-Light.otf") format("opentype");
}
@font-face {
  font-family: "NeutraText-Demi";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NeutraText-Demi.otf") format("opentype");
}
@font-face {
  font-family: "Lust-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lust-Rg.otf") format("opentype");
}
@font-face {
  font-family: "ArcherPro-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ArcherPro-Bold.otf") format("opentype");
}


.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
