@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Light.woff2") format("woff2"),
    url("../fonts/Futura-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT Demi";
  src: url("../fonts/FuturaPT-Demi.woff2") format("woff2"),
    url("../fonts/FuturaPT-Demi.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT Book";
  src: url("../fonts/FuturaPT-BookObl.woff2") format("woff2"),
    url("../fonts/FuturaPT-BookObl.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Heavy.woff2") format("woff2"),
    url("../fonts/FuturaPT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"),
    url("../fonts/FuturaPT-Medium.woff") format("woff");
  /* font-weight: 500; */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT Book";
  src: url("../fonts/FuturaPT-Book.woff2") format("woff2"),
    url("../fonts/FuturaPT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bg-off-white {
  background-color: #e9e9e9;
}

.bg-vip {
  background-color: #f3f4f2;
}

.bg-green {
  background-color: #b6e400;
}

.text-green {
  color: #7a960c;
}

.box {
  background-color: #fff;
}

.title {
  font-family: "Futura";
  font-size: 60px;
  line-height: 62px;
  letter-spacing: -0.95px;
}

.epm-text {
  font-family: "Futura";
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
}

.price-text {
  font-family: "Futura PT Book";
  font-size: 32px;
  line-height: 65px;
  letter-spacing: -0.95px;
}

.end-text {
  font-family: "Futura PT Book";
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
}

.enroll-text {
  font-family: "Futura PT Demi";
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 5.38px;
}

.btn-white {
  background-color: #fff;
}
