/* =========================================================================
   Black Fox World – Neon-Redesign: Schriften
   Clash Display (Headlines, self-hosted, Fontshare-Lizenz, kommerziell frei)
   Archivo (Fließtext/UI, self-hosted, variabler Schnitt, SIL OFL)
   Ersetzt Nunito auf allen Seiten, die auf das neue Erwachsenen-System
   umgestellt werden. Selbst gehostet -> kein externer Font-Request, DSGVO-
   unkritisch.
   ========================================================================= */

@font-face{
  font-family:'Archivo';
  src:url('../fonts/archivo-variable-latin.woff2') format('woff2');
  font-weight:400 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Clash Display';
  src:url('../fonts/clash-display-400.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Clash Display';
  src:url('../fonts/clash-display-500.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Clash Display';
  src:url('../fonts/clash-display-600.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Clash Display';
  src:url('../fonts/clash-display-700.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
