/* Selbst gehostete Schriften – kein externes CDN (DSGVO-freundlich) */

/* Poppins (Sans) – Fließtext & UI */
@font-face{
  font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;
  src:url('poppins-400.woff2') format('woff2');
}
@font-face{
  font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;
  src:url('poppins-500.woff2') format('woff2');
}
@font-face{
  font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;
  src:url('poppins-700.woff2') format('woff2');
}
@font-face{
  font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;
  src:url('poppins-700.woff2') format('woff2');
}

/* Lora (Serif, variabel 400–700) – Überschriften & Zitate */
@font-face{
  font-family:'Lora';font-style:normal;font-weight:400 700;font-display:swap;
  src:url('lora.woff2') format('woff2');
}
@font-face{
  font-family:'Lora';font-style:italic;font-weight:400 700;font-display:swap;
  src:url('lora-italic.woff2') format('woff2');
}
