/* =====================================================================
   Webfonts.
   Lever de bestanden mee in assets/fonts/ zodat er geen verzoek naar Google
   gaat (AVG). Vervang de families in tokens.css als een site andere fonts heeft.
   ===================================================================== */

@font-face{
	font-family:'Arimo';
	src:url('../fonts/arimo-regular.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Arimo';
	src:url('../fonts/arimo-italic.woff2') format('woff2');
	font-weight:400; font-style:italic; font-display:swap;
}
@font-face{
	font-family:'Arimo';
	src:url('../fonts/arimo-semibold.woff2') format('woff2');
	font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Arimo';
	src:url('../fonts/arimo-bold.woff2') format('woff2');
	font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Barlow Semi Condensed';
	src:url('../fonts/barlow-semi-condensed-semibold.woff2') format('woff2');
	font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Barlow Semi Condensed';
	src:url('../fonts/barlow-semi-condensed-extrabold.woff2') format('woff2');
	font-weight:800; font-style:normal; font-display:swap;
}
