/* School-Desk – Schriften.
   Die Dateien liegen auf diesem Server. Beim Aufruf besteht keine
   Verbindung zu Google oder einem anderen Schriftdienst; es wird keine
   IP-Adresse an Dritte übermittelt.

   Alle drei Schriften stehen unter der SIL Open Font License; die
   Lizenztexte liegen im Ordner /fonts.

   Der Zeichensatz ist auf Latin und Latin Extended-A gekürzt: Deutsch,
   Französisch, Italienisch und Rätoromanisch sind vollständig abgedeckt.
   Zusammen rund 94 KB. */

@font-face{
  font-family:'Titel';
  font-style:normal;
  /* Echter Fettschnitt: Outfit Bold. Damit entfällt jede künstliche
     Verstärkung. */
  font-weight:700;
  font-display:swap;
  src:url('/fonts/titel.woff') format('woff');
}

@font-face{
  font-family:'Work Sans';
  font-style:normal;
  font-weight:400 500;
  font-display:swap;
  src:url('/fonts/worksans-regular.woff') format('woff');
}

@font-face{
  font-family:'Work Sans';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/fonts/worksans-bold.woff') format('woff');
}

@font-face{
  font-family:'Handschrift';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url('/fonts/handschrift.woff') format('woff');
}
