/* Schrifteinbindung - lokal, ohne Verbindung zu Google-Servern (DSGVO).

   Die Schriftdateien liegen in diesem Ordner:
     archivo-400.woff2              (Archivo Regular)
     archivo-600.woff2              (Archivo SemiBold)
     archivo-800.woff2              (Archivo ExtraBold)
     roboto-condensed-700.woff2     (Roboto Condensed Bold)
     roboto-condensed-900.woff2     (Roboto Condensed Black)

   Lizenzen: Archivo - SIL Open Font License 1.1
             Roboto Condensed - Apache License 2.0
   Beide erlauben die lokale Einbindung und die kommerzielle Nutzung. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('archivo-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('archivo-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('archivo-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('roboto-condensed-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('roboto-condensed-900.woff2') format('woff2');
}
