/* Self-hosted fonts.
 * Roboto: Apache-2.0, Copyright 2011 Google Inc.
 * Ubuntu: UFL 1.0, Copyright 2010 Canonical Ltd.
 * IBM Plex Mono: SIL OFL 1.1, Copyright 2017 IBM Corp.
 * Lizenztexte siehe LICENSE-*.txt im selben Verzeichnis.
 *
 * Subset: latin (deckt deutsche Umlaute ä/ö/ü/ß ab).
 * URLs sind relativ zur fonts.css und funktionieren via HTTP (Web)
 * und file:// (WeasyPrint mit base_url=web/app/static/).
 */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Roboto-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./Roboto-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./Roboto-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Ubuntu-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./Ubuntu-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./Ubuntu-700.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./IBMPlexMono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./IBMPlexMono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./IBMPlexMono-600.woff2') format('woff2');
}
