/* ============================================================
   Fonts — lokal gehostet (kein Google CDN)
   inspiredbyfaith.de — Kastl-Media / siteklar.de
   ============================================================ */

/* Libre Baskerville — Headlines */
@font-face {
  font-family: 'Libre Baskerville';
  src: url('fonts/LibreBaskerville-Regular.woff2') format('woff2'),
       url('fonts/LibreBaskerville-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('fonts/LibreBaskerville-Bold.woff2') format('woff2'),
       url('fonts/LibreBaskerville-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('fonts/LibreBaskerville-Italic.woff2') format('woff2'),
       url('fonts/LibreBaskerville-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Source Sans 3 — Fließtext */
@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/SourceSans3-Regular.woff2') format('woff2'),
       url('fonts/SourceSans3-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/SourceSans3-SemiBold.woff2') format('woff2'),
       url('fonts/SourceSans3-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/SourceSans3-Bold.woff2') format('woff2'),
       url('fonts/SourceSans3-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
