/*
 * Adobe Fonts (Typekit) kit sjq5wht — museo-sans, professor.
 * Terms: https://www.adobe.com/products/eulas/tou_typekit
 * Lokale kopie voor snellere eerste paint (geen render-blocking @import in hoofd-CSS).
 * font-display: swap verbetert PageSpeed t.o.v. font-display: auto uit het origineel.
 */

@font-face {
	font-family: "museo-sans";
	src: url("./museo-sans-300.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
}

@font-face {
	font-family: "museo-sans";
	src: url("./museo-sans-500.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
}

@font-face {
	font-family: "museo-sans";
	src: url("./museo-sans-700.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
}

@font-face {
	font-family: "museo-sans";
	src: url("./museo-sans-900.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 900;
	font-stretch: normal;
}

@font-face {
	font-family: "professor";
	src: url("./professor-400.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

.tk-museo-sans {
	font-family: "museo-sans", sans-serif;
}

.tk-professor {
	font-family: "professor", sans-serif;
}
