/*
 * Lokale Webfonts (DSGVO) – keine Verbindung zu Google.
 *
 * Erwartet die WOFF2 von google-webfonts-helper (gwfh.mranftl.com) mit deren
 * Originalnamen, unverändert nach assets/fonts/ kopiert:
 *
 *   bricolage-grotesque-v9-latin-600.woff2
 *   bricolage-grotesque-v9-latin-800.woff2
 *   instrument-sans-v4-latin-regular.woff2
 *   instrument-sans-v4-latin-500.woff2
 *   instrument-sans-v4-latin-600.woff2
 *   instrument-sans-v4-latin-italic.woff2
 *
 * Die übrigen Schnitte aus dem Download werden nicht gebraucht und können
 * liegen bleiben oder gelöscht werden – geladen wird nur, was hier steht.
 *
 * Zieht ihr später eine neue Version, ändert sich der Versionsteil im
 * Dateinamen (v9, v4). Dann hier die sechs Pfade anpassen.
 */

/* ---------------------------------------------- Bricolage Grotesque ------ */
/* Nur für Überschriften. 600 für Zwischentitel, 800 für Display. */

@font-face {
	font-family: "Bricolage Grotesque";
	src: url("../fonts/bricolage-grotesque-v9-latin-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bricolage Grotesque";
	src: url("../fonts/bricolage-grotesque-v9-latin-800.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* --------------------------------------------------- Instrument Sans ----- */
/* Fließtext 400, Hervorhebungen 500, Buttons und Labels 600. */

@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans-v4-latin-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans-v4-latin-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans-v4-latin-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans-v4-latin-italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
