/*
 * Schriften vom eigenen Server. Herkunft, Lizenz und die Begruendung fuer die
 * Teilmenge "latin" stehen in src/schrift/HERKUNFT.md.
 *
 * font-display: swap, damit Text sofort lesbar ist und die Schrift das
 * Rendern nie blockiert.
 */

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/schrift/instrument-serif-400-normal-latin.woff2") format("woff2");
  unicode-range:
    u+0000-00ff, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329,
    u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/schrift/instrument-serif-400-italic-latin.woff2") format("woff2");
  unicode-range:
    u+0000-00ff, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329,
    u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}

/* Variabel, deckt 400 bis 700 mit einer Datei ab. */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/schrift/public-sans-400-700-normal-latin.woff2") format("woff2");
  unicode-range:
    u+0000-00ff, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329,
    u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
