/* Lokal gehostete Schriften (DSGVO-konform, keine Anfrage an Google) */

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("jost-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("playfair-latin.woff2") format("woff2");
}
