/*
 * Polices chargées localement pour la performance et le RGPD.
 * Déposer les fichiers .woff2 dans /assets/fonts/ puis décommenter
 * les blocs ci-dessous (voir README > Procédure des polices).
 */

/*
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('../fonts/cormorant-garamond-variable.woff2') format('woff2');
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-variable.woff2') format('woff2');
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}
*/
