@font-face {
  font-family: "ProximaNova-Regular";
  font-weight: 400;
  src: url("../fonts/Mark Simonson - Proxima Nova A.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNova-RegularIt";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ProximaNova-RegItalic.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNova-Bold";
  font-weight: 700;
  src: url("../fonts/.139.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNova-Light";
  font-weight: 300;
  src: url("../fonts/.5474.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNova-Semibold";
  font-weight: 600;
  src: url("../fonts/.173.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNova-Extrabld";
  font-weight: 900;
  src: url("../fonts/.169.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;
}

* {
  box-sizing: border-box;
}
