/* Lokaal gehoste lettertypen (Google Fonts → woff2, latin). Geen CDN. */

/* ---- Kaisei Opti (koppen, serif) ---- */
@font-face {
	font-family: 'Kaisei Opti';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/kaisei-opti-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Kaisei Opti';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/kaisei-opti-700.woff2') format('woff2');
}

/* ---- Poppins (body, nav, knoppen) ---- */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/poppins-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/poppins-500i.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/poppins-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/poppins-800.woff2') format('woff2');
}
