/* Huisstijl-fonts, lokaal gevendord (geen CDN) - afgestemd op de nieuwe
 * Sjofar-website (g98.nl/sjofar): Poppins (koppen/UI) + Inter (lopende tekst).
 *
 * Beide zijn open-source (SIL Open Font License) en mogen vrij worden ge-embed -
 * dat lost het licentievraagstuk van de eerdere Balzano Std / Myriad Pro op.
 * Latin-subset (dekt het Nederlands). Bron: Google Fonts, hier lokaal opgeslagen.
 */
@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin.woff2") format("woff2");
  font-weight: 400 600; /* variabel font: dekt regular..semibold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins-500-latin.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins-600-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
