@font-face {
  font-family: HeleneHess-Regular;
  src: url(fonts/DidactGothic/DidactGothic-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Jost-Regular;
  src: url(fonts/Jost/Jost-Regular.ttf) format("truetype");
  font-display: swap;
}

@media (min-width: 1024px) {
  .fs-5xl {
    line-height: 100px;
    font-size: 70px !important;
    letter-spacing: -0.02em;
  }

  .fs-4xl {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -1.5px;
  }

  .fs-xxxl {
    font-size: 42px;
    line-height: 52px;
  }

  .fs-xxl {
    font-size: 25px;
    line-height: 35px;
  }

  .fs-xl {
    font-size: 25px;
    line-height: 35px;
  }

  .fs-lg {
    font-size: 20px;
    line-height: 27px;
  }
}
