/* Polices auto-hébergées (sous-ensemble latin) — perf + vie privée (zéro tiers).
   font-display:swap → pas de texte invisible (bon pour le LCP/CLS). */

/* Police des titres : Minion Display Regular (fournie sous licence). */
@font-face {
	font-family: 'Minion Display';
	font-style: normal; font-weight: 400; font-display: swap;
	src: url('../fonts/minion-display.otf') format('opentype');
}

/* Source Serif 4 : repli proche (même famille old-style) le temps du chargement. */
@font-face {
	font-family: 'Source Serif 4';
	font-style: normal; font-weight: 400; font-display: swap;
	src: url('../fonts/source-serif-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Source Serif 4';
	font-style: normal; font-weight: 500; font-display: swap;
	src: url('../fonts/source-serif-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Source Serif 4';
	font-style: normal; font-weight: 600; font-display: swap;
	src: url('../fonts/source-serif-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal; font-weight: 400; font-display: swap;
	src: url('../fonts/poppins-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal; font-weight: 500; font-display: swap;
	src: url('../fonts/poppins-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal; font-weight: 600; font-display: swap;
	src: url('../fonts/poppins-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Sacramento';
	font-style: normal; font-weight: 400; font-display: swap;
	src: url('../fonts/sacramento-400.woff2') format('woff2');
}
