/*
 * Zelf-gehoste webfonts, losse gewichten van google-webfonts-helper.
 *
 * Upload deze vijf bestanden naar deze map, precies met de namen die
 * google-webfonts-helper ze geeft. Niets hernoemen:
 *
 *   archivo-v25-latin-regular.woff2
 *   archivo-v25-latin-600.woff2
 *   quicksand-v37-latin-regular.woff2
 *   quicksand-v37-latin-500.woff2
 *   quicksand-v37-latin-700.woff2
 *
 * De overige bestanden die je hebt gedownload (archivo 800, 900 en italic,
 * quicksand 300 en 600) gebruikt de site niet. Laat ze weg, elk fontbestand
 * dat je wel uploadt maar niet gebruikt is een verzoek dat je laadtijd kost.
 *
 * Staat er straks toch een gewicht dat je mist, voeg dan een @font-face toe
 * volgens hetzelfde patroon en upload dat ene bestand erbij.
 *
 * Let op de versienummers v25 en v37. Download je later opnieuw, dan kan dat
 * nummer veranderd zijn. Pas in dat geval de bestandsnamen hieronder aan.
 */

/* ------------------------------------------------- Archivo, voor koppen --- */

@font-face {
	font-family: 'Archivo';
	src: url('archivo-v25-latin-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('archivo-v25-latin-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------- Quicksand, voor de tekst --- */

@font-face {
	font-family: 'Quicksand';
	src: url('quicksand-v37-latin-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	src: url('quicksand-v37-latin-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	src: url('quicksand-v37-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
