/* Self-hosted Fonts (DSGVO). NIEMALS fonts.googleapis.com einbinden.

   IBM Plex Sans (SIL OFL) — Body/UI, Tabellenziffern fuer Preise.
   Righteous (SIL OFL, gwfh.mranftl.com) — Display/Hero-Headlines.
     Ersetzt bewusst NICHT das Marken-Logo (Coolvetica): Coolvetica ist als
     GRAFIK im Logo-PNG realisiert (Typodermic-Freilizenz verbietet Web-Embedding
     ausdruecklich). Righteous ist die naechste freie, web-lizenzierte Entsprechung
     der Coolvetica-Anmutung fuer echten HTML-Text. Details: ci.md. */

@font-face {
  font-family: 'Righteous';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/righteous-400.woff2') format('woff2');
}

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

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

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

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