/**
 * Polices auto-hébergées (Fredoka, Nunito, Quicksand) — remplace le chargement
 * depuis fonts.googleapis.com / fonts.gstatic.com (RGPD : plus d'IP transmise
 * à Google au chargement de la page). Fichiers variables (un seul .woff2 par
 * famille couvre toute la plage de graisses utilisées par le thème), identiques
 * à ceux servis jusqu'ici par Google Fonts pour le sous-ensemble latin.
 */

@font-face {
	font-family: 'Fredoka';
	font-style: normal;
	font-weight: 500 700;
	font-display: swap;
	src: url('fredoka-variable-latin.woff2') format('woff2-variations'),
	     url('fredoka-variable-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('nunito-variable-latin.woff2') format('woff2-variations'),
	     url('nunito-variable-latin.woff2') format('woff2');
}

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