/* Lokal gehostete Schriften – DSGVO-konform, keine Verbindung zu Google */

/* Display / Überschriften: Fredoka (rund, wie in Version 1) – Fallback Poppins.
   Lege dazu fredoka-500.(woff2|ttf) und fredoka-700.(woff2|ttf) in diesen Ordner.
   Siehe _FREDOKA-ANLEITUNG.txt. Solange die Dateien fehlen, wird automatisch Poppins genutzt. */
@font-face{
  font-family:'Fredoka';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fredoka-500.woff2') format('woff2'),
      url('fredoka-500.ttf') format('truetype');
}
@font-face{
  font-family:'Fredoka';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('fredoka-700.woff2') format('woff2'),
      url('fredoka-700.ttf') format('truetype');
}

/* Display-Fallback: Poppins (rund & freundlich) */
@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');
}

/* Fließtext: Lato */
@font-face{
  font-family:'Lato';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('lato-400.woff') format('woff');
}
@font-face{
  font-family:'Lato';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('lato-700.woff') format('woff');
}
@font-face{
  font-family:'Lato';
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url('lato-900.woff') format('woff');
}
