/* Schrift fest eingebettet (E11), Lizenz: SIL OFL 1.1, siehe LICENSE-Karla.txt */

/* Karla: eine einzige, freundliche Sans für Überschriften wie Fließtext */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("Karla.woff2") format("woff2-variations"),
       url("Karla.woff2") format("woff2");
}

/* Fraunces: wählbare Zierschrift für Überschriften (Design::SCHRIFTEN), Fließtext
   bleibt immer Karla – siehe CLAUDE.md "Zierschriften höchstens für Überschriften".
   Lizenz: SIL OFL 1.1, siehe LICENSE-Fraunces.txt */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("Fraunces.woff2") format("woff2-variations"),
       url("Fraunces.woff2") format("woff2");
}
