/*
 * Schriften – selbst gehostet, nie über Google Fonts (Datenschutz, Geschwindigkeit).
 *
 * Bricolage Grotesque (Titel, kurze Zeilen) und Public Sans (Fliesstext) als
 * Variable Fonts, je eine Datei für alle Schnitte. Quelle: github.com/google/fonts
 * (ofl/bricolagegrotesque, ofl/publicsans), Lizenz SIL Open Font License 1.1,
 * siehe OFL-*.txt im Ordner assets/fonts/. Umgewandelt nach woff2 mit fontTools;
 * bei Bricolage ist die nicht gebrauchte Breitenachse auf Normalbreite festgelegt.
 *
 * Gewichte: Bricolage 200–800 (optische Grösse 12–96 automatisch),
 * Public Sans 100–900 aufrecht und kursiv.
 */

@font-face {
	font-family: "Bricolage Grotesque";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../fonts/BricolageGrotesque-Variable.woff2") format("woff2");
}
@font-face {
	font-family: "Public Sans";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/PublicSans-Variable.woff2") format("woff2");
}
@font-face {
	font-family: "Public Sans";
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/PublicSans-Italic-Variable.woff2") format("woff2");
}
