@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src:
    url("./FuturaPT-Bold.woff2") format("woff2"),
    url("./FuturaPT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src:
    url("./FuturaPT-Bold.woff2") format("woff2"),
    url("./FuturaPT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("./Gilroy-ExtraBold.woff2") format("woff2"),
    url("./Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url("./Gilroy-ExtraBold.woff2") format("woff2"),
    url("./Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: SFUIDisplay;
  font-display: swap;
  src:
    url("./SFUIDisplay-Bold.woff2") format("woff2"),
    url("./SFUIDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SFUIDisplay;
  font-display: swap;
  src:
    url("./SFUIDisplay-Regular.woff2") format("woff2"),
    url("./SFUIDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SFUIDisplay;
  font-display: swap;
  src:
    url("./SFUIDisplay-Bold.woff2") format("woff2"),
    url("./SFUIDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SFUIDisplay;
  font-display: swap;
  src:
    url("./SFUIDisplay-Regular.woff2") format("woff2"),
    url("./SFUIDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-sp {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ai-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
