/* Les Faquins — charte graphique 2026
   Typographies : Barlow Semi Condensed (corps de texte, SIL OFL).
   Le logotype II Balfron Regular n'est pas diffusé : il est intégré
   aux images du dossier /assets/images (logo*.png). */

@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('/fonts/barlow-semi-condensed-light.woff2') format('woff2');
}

@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('/fonts/barlow-semi-condensed-lightitalic.woff2') format('woff2');
}

@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/barlow-semi-condensed-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/barlow-semi-condensed-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/fonts/barlow-semi-condensed-medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('/fonts/barlow-semi-condensed-semibold.woff2') format('woff2');
}

@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/barlow-semi-condensed-bold.woff2') format('woff2');
}
