/* Lokal gehostete Schriften – KEINE Verbindung zu Google (DSGVO-konform).
   Die WOFF2-Dateien werden per scripts/fonts-holen.sh nach static/fonts/ geladen. */

/* Lora – Display/Überschriften */
@font-face{
  font-family:'Lora';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url('/fonts/lora.woff2') format('woff2');
}

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