
@font-face {
  font-family: "Unineue";
  src: url("../../fonts/Unineue/Unineue-Book.woff2") format("woff2"),
  url("../../fonts/Unineue/Unineue-Book.ttf") format("truetype"),
  url("../../fonts/Unineue/Unineue-Book.eot") format("embedded-opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unineue";
  src: url("../../fonts/Unineue/Unineue-Regular.woff2") format("woff2"),
  url("../../fonts/Unineue/Unineue-Regular.ttf") format("truetype"),
  url("../../fonts/Unineue/Unineue-Regular.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unineue";
  src: url("../../fonts/Unineue//Unineue-Bold.woff2") format("woff2")
  url("../../fonts/Unineue//Unineue-Bold.ttf") format("truetype"),
  url("../../fonts/Unineue//Unineue-Bold.eot") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


.font-unineue-book {
  font-family: "Unineue", sans-serif;
  font-weight: 300;
}
.font-unineue-heavy {
  font-family: "Unineue", sans-serif;
  font-weight: 900;
}
.font-unineue {
  font-family: "Unineue", sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
}
.font-unineue-medium {
  font-family: "Unineue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.font-unineue-bold {
  font-family: "Unineue", sans-serif;
  font-weight: bold;
}
.font-unineue-ultralight {
  font-family: "Unineue", sans-serif;
  font-weight: 100;
}
.font-unineue b {
  font-family: "Unineue", sans-serif;
  font-weight: bold;
}

/*
.font-futura-book {
  font-family: "Unineue", sans-serif;
  font-weight: 300;
}
.font-futura-heavy {
  font-family: "Unineue", sans-serif;
  font-weight: 900;
}
.font-helvetica {
  font-family: "Unineue", sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
}
.font-helvetica-medium {
  font-family: "Unineue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.font-helvetica-bold {
  font-family: "Unineue", sans-serif;
  font-weight: bold;
}
.font-helvetica-ultralight {
  font-family: "Unineue", sans-serif;
  font-weight: 100;
}
.font-helvetica b {
  font-family: "Unineue", sans-serif;
  font-weight: bold;
} */

.text-5\.5xl {
  font-size: 3.5rem;
}
.text-7xl {
  font-size: 4.5rem;
}
.text-96 {
  font-size: 96px;
}
.text-88 {
  font-size: 88px;
}
.text-148 {
  font-size: 148px;
}

@media screen and (min-width: 640px) {
  .sm\:text-5\.5xl {
    font-size: 3.5rem !important;
  }
  .sm\:text-7xl {
    font-size: 4.5rem !important;
  }

  .sm\:text-88 {
    font-size: 88px !important;
  }
  .sm\:text-96 {
    font-size: 96px !important;
  }
  .sm\:text-148 {
    font-size: 148px !important;
  }
}

@media screen and (min-width: 768px) {
  .md\:text-5\.5xl {
    font-size: 3.5rem !important;
  }
  .md\:text-7xl {
    font-size: 4.5rem !important;
  }

  .md\:text-88 {
    font-size: 88px !important;
  }
  .md\:text-96 {
    font-size: 96px !important;
  }
  .md\:text-148 {
    font-size: 148px !important;
  }
}

@media screen and (min-width: 1024px) {
  .lg\:text-5\.5xl {
    font-size: 3.5rem !important;
  }
  .lg\:text-7xl {
    font-size: 4.5rem !important;
  }

  .lg\:text-88 {
    font-size: 88px !important;
  }
  .lg\:text-96 {
    font-size: 96px !important;
  }
  .lg\:text-148 {
    font-size: 148px !important;
  }
}

@media screen and (min-width: 1280px) {
  .xl\:text-5\.5xl {
    font-size: 3.5rem !important;
  }
  .xl\:text-7xl {
    font-size: 4.5rem !important;
  }

  .xl\:text-88 {
    font-size: 88px !important;
  }
  .xl\:text-96 {
    font-size: 96px !important;
  }
  .xl\:text-148 {
    font-size: 148px !important;
  }
}

.text-black {
  color: #1c1c1b !important;
}
.text-grey-800 {
  color: #555554 !important;
}
.text-grey-600 {
  color: #888a8b !important;
}
.text-light-grey {
  color: #afb1b3 !important;
}
.text-red {
  color: #c8102e !important;
}

.container-red i,
.container-red u {
  color: #c8102e !important;
  text-decoration: none;
}

.privacy-text p,
.privacy-text span {
  color: inherit;
}

.privacy-text p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.after-hover::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-out;
}
.after-hover.text-grey-800::after {
  background-color: #888a8b;
}
.after-hover.text-light-grey::after {
  background-color: #afb1b3;
}
.after-hover:hover::after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .md\:text-light-grey {
    color: #afb1b3 !important;
  }
}

@media screen and (min-width: 1024px) {
  .lg\:text-light-grey {
    color: #afb1b3 !important;
  }
}
