/* Taktora — lokal gehostete Schriften.
   Ersetzt die frühere Einbindung über fonts.googleapis.com.
   Kein Verbindungsaufbau zu Google, keine Übertragung der Besucher-IP in die USA.
   Die Schriftdateien liegen in assets/fonts/ (siehe assets/fonts/LIESMICH.txt).
   Fehlt eine Datei, greift automatisch die Fallback-Schrift des Systems. */

/* ---------- Inter (Fließtext) ---------- */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/inter-400.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/inter-500.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/inter-600.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('fonts/inter-700.woff2') format('woff2');
}

/* ---------- Newsreader (Überschriften) ---------- */
@font-face{
  font-family:'Newsreader';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/newsreader-400.woff2') format('woff2');
}
@font-face{
  font-family:'Newsreader';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/newsreader-500.woff2') format('woff2');
}
@font-face{
  font-family:'Newsreader';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url('fonts/newsreader-400-italic.woff2') format('woff2');
}
