/*
 * SCHRIFTEN - Federbande Theme
 * ---------------------------------------------------------------
 * WICHTIG (DSGVO): Die Schriften werden bewusst NICHT von Google
 * geladen, sondern liegen lokal auf dem eigenen Server.
 * Das Einbinden von Google Fonts über deren Server gilt in
 * Deutschland als abmahnfähig.
 *
 * ANLEITUNG - Schriften nachträglich einbinden (einmalig, 5 Minuten):
 *
 * 1. Auf https://gwfh.mranftl.com/fonts gehen
 * 2. Dort nach "Fraunces" suchen, Stile 400 + 500 auswählen,
 *    Format "woff2" wählen und herunterladen
 * 3. Das Gleiche für "Bricolage Grotesque" (Stile 400, 500, 600, 700)
 * 4. Die .woff2-Dateien in diesen Ordner legen:
 *    wp-content/themes/federbande/assets/fonts/
 * 5. Weiter unten die auskommentierten @font-face-Blöcke aktivieren
 *    (also die Zeichen  ab dem Anfang und  am Ende entfernen)
 *
 * Solange das nicht gemacht ist, nutzt die Seite automatisch
 * passende System-Schriften. Sie funktioniert also sofort.
 * --------------------------------------------------------------- */


/* ===============================================================
   SCHRITT 5: Ab hier die Kommentarzeichen entfernen, sobald die
   Schriftdateien im Ordner liegen.
   =============================================================== */

/*

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

@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/bricolage-grotesque-v7-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/bricolage-grotesque-v7-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/bricolage-grotesque-v7-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/bricolage-grotesque-v7-latin-700.woff2') format('woff2');
}

*/
