@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/650ca24ce5ee2a218458e2d7.650ca24de5ee2a218458e2da.HjxZMy9.hcp.png"); */

@font-face {
  font-family: "ITC Avant Garde Gothic Pro-Book";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ITC Avant Garde Gothic Book Regular.otf") format("opentype");
}
@font-face {
  font-family: "ITC Avant Garde Gothic Pro-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvantGardeGothicC - AvantGardeGothicC - Regular.ttf") format("truetype");
}


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

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

* {
  box-sizing: border-box;
}
