/*
	Hausschrift Instrument Sans – lokal, keine Einbindung von Google Fonts.

	Ausgeliefert wird die variable Fassung: eine einzige Datei deckt alle
	Strichstaerken von 400 bis 700 ab (Regular, Medium, SemiBold, Bold), die das
	Backend verwendet. Kursive Schnitte sind nicht dabei – sie kommen im Backend
	praktisch nicht vor und werden vom Browser bei Bedarf geneigt.

	Lizenz: SIL Open Font License 1.1, siehe fonts/OFL.txt.
	Fehlt der Ordner fonts/, bindet buildheader() diese Datei nicht ein und
	insight.css faellt auf die Systemschrift zurueck.
*/

@font-face{
	font-family: "Instrument Sans";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("fonts/InstrumentSans-Variable.ttf") format("truetype-variations"),
	     url("fonts/InstrumentSans-Variable.ttf") format("truetype");
}
