/*
 * Polices locales (RGPD — aucun appel à Google Fonts).
 * Déposez les fichiers .woff2 dans ce dossier. Voir README-FONTS.md.
 * Si un fichier manque, le navigateur retombe sur la font-stack système
 * déclarée dans style.css (le site reste lisible).
 */

/* Playfair Display — titres (600) */
@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("playfair-display-600.woff2") format("woff2");
}

/* Jost — texte (300 / 400 / 600) */
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("jost-300.woff2") format("woff2");
}
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("jost-400.woff2") format("woff2");
}
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("jost-600.woff2") format("woff2");
}
