/**
 * Design-System v1.1 Web-Fonts -- selbst gehostet, subsettet (latin + latin-ext).
 * Nur @font-face-Deklarationen -- wendet nirgends font-family an.
 * Herkunft/Version/Lizenz: siehe web/DEVELOPMENT.md und html/fonts/OFL-*.txt
 * Siehe design/migration/tasks/web/005-schriften-selbst-hosten.md
 */

@font-face {
  font-family: "Source Serif 4";
  src: url("/fonts/source-serif-4-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/ibm-plex-sans-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/ibm-plex-sans-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/ibm-plex-sans-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
