@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
  font-family: "ProximaNova-Semibold";
  font-weight: 600;
  src: url("fonts/.173.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNova-Regular";
  font-weight: 400;
  src: url("fonts/ProximaNova-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Medium";
  font-weight: 500;
  src: url("fonts/Mark Simonson - Proxima Nova Semibold.otf") format("opentype");
}

/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
@import url("https://px.animaapp.com/5d002f269bfaa62e4c5315e4.5ea5b6c8a7faa7c6d144115c.4kQdtdG.hcp.png");

.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;
}

.full-height-a {
  height: 100%;
}

.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;
}

* {
  box-sizing: border-box;
}
