/* KI Schmiede — alle Schriften lokal, keine Verbindung zu Google */

/* ---------------------------------------------------------------
   QUICKSAND — Überschriften
   JETBRAINS MONO — Konsole und Kleinschrift
   Zeichensatz: latin + latin-ext, Format woff2
   --------------------------------------------------------------- */
@font-face{
  font-family:'Quicksand';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('quicksand-500.woff2') format('woff2');
}
@font-face{
  font-family:'Quicksand';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('quicksand-600.woff2') format('woff2');
}
@font-face{
  font-family:'Quicksand';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('quicksand-700.woff2') format('woff2');
}
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('jetbrains-mono-400.woff2') format('woff2');
}
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('jetbrains-mono-500.woff2') format('woff2');
}

/* ---------------------------------------------------------------
   POPPINS — Fließtext, Buttons, Navigation
   Zeichensatz auf die benötigten Zeichen reduziert, Format woff
   --------------------------------------------------------------- */
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url('poppins-300.woff') format('woff');
}
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('poppins-400.woff') format('woff');
}
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('poppins-500.woff') format('woff');
}
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('poppins-700.woff') format('woff');
}
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('poppins-700.woff') format('woff');
}

/* Poppins liegt nur als woff vor, nicht als woff2: Die Datei ist etwa
   ein Drittel größer, wird aber von jedem Browser verstanden. Wer sie
   ersetzen will, holt sich die woff2-Dateien beim Webfonts-Helper und
   passt die Endungen in den Blöcken oben an. */
