/*
  Schriften — selbst ausgeliefert, keine Verbindung zu fremden Servern.
  Nur der Subset "latin": Deutsch inklusive Umlauten und ß ist damit
  vollstaendig abgedeckt. latin-ext haette 110 KB fuer Zeichen gekostet,
  die in diesem Shop nicht vorkommen.

  Archivo ist eine VARIABLE Schrift mit zwei Achsen: Staerke (wght) und
  Weite (wdth). Der gedehnte Hero und der normale Fliesstext kommen damit
  aus EINER Datei — siehe Brand Identity, Kapitel 05.
*/

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('archivo-variabel-latin.woff2') format('woff2-variations');
}

/* Ausschliesslich fuer Codes: Fahrgestellnummer, Farbcode, Artikelnummer. */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('ibm-plex-mono-400-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('ibm-plex-mono-500-latin.woff2') format('woff2');
}
