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

@font-face {
  font-family: "Soleil-Book";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Soleil-Book.ttf") format("truetype");
}
@font-face {
  font-family: "Soleil-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/.17001.otf") format("opentype");
}
@font-face {
  font-family: "Soleil-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Soleil-Light.ttf") format("truetype");
}
@font-face {
  font-family: "FreightBigPro-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/FreightBigPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Soleil-Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SoleilBold.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;
}

.align-self-flex-end {
  align-self: flex-end;
}

* {
  box-sizing: border-box;
}
