/*
 * Hauswerk — lokale Schriften (DSGVO: kein Google-Fonts-CDN).
 * Quelle CI: Noto Sans (Flieszttext, Headlines) + Noto Serif (Sublines, Display).
 * Kievit (CI-Hausschrift) ist eine kommerzielle Lizenzschrift und im Web nicht lizenziert
 * -> Noto Sans uebernimmt die Display-Rolle, wie im abgenommenen Layout.
 */

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/NotoSans-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/NotoSans-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/NotoSans-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/NotoSerif-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/NotoSerif-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/NotoSerif-600.woff2') format('woff2');
}
