/*
 * Rechtspause – Lokale Schriftarten (DSGVO-konform)
 * 
 * ANLEITUNG:
 * 1. Gehe zu https://gwfh.mranftl.com/fonts (google-webfonts-helper)
 * 2. Suche "Fraunces" → wähle Stile: 300, 400, 600, 700, 400italic → Download ZIP
 * 3. Suche "Libre Franklin" → wähle Stile: 300, 400, 500, 600 → Download ZIP
 * 4. Entpacke die WOFF2-Dateien in den Ordner /wp-content/themes/rechtspause-theme/fonts/
 * 5. Benenne die Dateien wie unten angegeben.
 *
 * Alternative: Über https://fonts.google.com die Familien herunterladen
 * und mit einem Tool wie transfonter.org in WOFF2 konvertieren.
 */

/* ======= FRAUNCES ======= */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/fraunces-v31-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/fraunces-v31-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/fraunces-v31-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/fraunces-v31-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/fraunces-v31-latin-italic.woff2') format('woff2');
}

/* ======= LIBRE FRANKLIN ======= */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/libre-franklin-v14-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/libre-franklin-v14-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/libre-franklin-v14-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/libre-franklin-v14-latin-600.woff2') format('woff2');
}
