/* Red Monster — Schriften vom eigenen Server.
   Damit geht beim Öffnen des Tools keine Anfrage mehr zu Google.
   Die sechs .ttf-Dateien gehören in denselben Ordner wie diese Datei.
   Fehlt eine Datei, nimmt der Browser still die Systemschrift. */

@font-face{
  font-family:'Barlow';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('Barlow-Regular.ttf') format('truetype');
}
@font-face{
  font-family:'Barlow';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('Barlow-Medium.ttf') format('truetype');
}
@font-face{
  font-family:'Barlow';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('Barlow-SemiBold.ttf') format('truetype');
}
@font-face{
  font-family:'Barlow';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('Barlow-Bold.ttf') format('truetype');
}
@font-face{
  font-family:'Barlow Condensed';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('BarlowCondensed-SemiBold.ttf') format('truetype');
}
@font-face{
  font-family:'Barlow Condensed';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('BarlowCondensed-Bold.ttf') format('truetype');
}
