/* Import Jost font from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");

/* Alias for compatibility with original theme */
@font-face {
  font-family: "Jost-Book";
  src: local("Jost");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Jost-Semi";
  src: local("Jost");
  font-weight: 500;
  font-style: normal;
}
