/*
  Lokale Font-Fallbacks.
  Diese Datei ersetzt die externe Google-Fonts-Einbindung und verhindert
  Verbindungen zu Google-Servern beim Seitenaufruf.
*/
@font-face{
  font-family:'DM Sans';
  src:local('Segoe UI'),local('Arial');
  font-weight:400 700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Fraunces';
  src:local('Georgia');
  font-weight:400 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'JetBrains Mono';
  src:local('Consolas'),local('Courier New');
  font-weight:400 700;
  font-style:normal;
  font-display:swap;
}
