/**
 * Polices auto-hébergées (RGPD : aucun appel à Google Fonts / CDN tiers).
 * Sous-ensemble « latin » (couvre le français). Fichiers dans assets/fonts/.
 */

/* Barlow Condensed — titres */
@font-face {
	font-family: "Barlow Condensed";
	src: url("../../fonts/barlow-condensed-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Barlow Condensed";
	src: url("../../fonts/barlow-condensed-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Barlow Condensed";
	src: url("../../fonts/barlow-condensed-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* DM Sans — corps (fichier variable : couvre 300 → 800) */
@font-face {
	font-family: "DM Sans";
	src: url("../../fonts/dm-sans.woff2") format("woff2");
	font-weight: 300 800;
	font-style: normal;
	font-display: swap;
}
