@font-face {
  font-family: Jost;
  src: local(Jost-400-Book),
    url('./fonts/Jost-400-Book.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Jost Bold";
  src: local(Jost-700-Bold),
    url('./fonts/Jost-700-Bold.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Titling Gothic FB Normal Bold";
  src: local(Titling-Gothic-FB-Normal-Bold),
    url('./fonts/Titling-Gothic-FB-Normal-Bold.woff2') format("woff2");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}