/*
 * Polices hébergées localement — B COM INFO
 * ---------------------------------------------------------------------
 * Aucun appel à fonts.googleapis.com ni à fonts.gstatic.com : l'adresse IP
 * du visiteur ne quitte pas le serveur. C'est ce qui permet au site de
 * fonctionner sans bandeau de consentement.
 *
 * font-display: swap — le texte s'affiche immédiatement dans la police de
 * repli, puis bascule. Mieux vaut un texte lisible tout de suite qu'une
 * page blanche pendant le chargement.
 *
 * Les fichiers .woff2 doivent se trouver dans ce même dossier, nommés
 * exactement comme ci-dessous. Voir 00-LISEZ-MOI.md.
 */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('inter-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('inter-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('inter-600.woff2') format('woff2');
}

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

@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('barlow-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('barlow-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('barlow-700.woff2') format('woff2');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('ibm-plex-mono-400.woff2') format('woff2');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('ibm-plex-mono-500.woff2') format('woff2');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('ibm-plex-mono-600.woff2') format('woff2');
}
