
@font-face {
  font-family: "Proxima Nova-Black";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/ProximaNova-Black.otf") format("opentype");
}
@font-face {
  font-family: "Commuters Sans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/.37178.otf") format("opentype");
}
@font-face {
  font-family: "Commuters Sans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Dharma Type - Commuters Sans SemiBold.otf") format("opentype");
}


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

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

* {
  box-sizing: border-box;
}
