/* Police Manifont Grotesk (Interstices, licence SIL OFL : LICENSE.txt dans ce dossier).
   Chargé par le thème enfant (functions.php) et par l'aperçu du bandeau défilant dans l'administration.
   Source : https://github.com/Interstices-/Manifont-Grotesk
   Utilisable partout avec font-family: 'Manifont Grotesk'.
   Le navigateur ne télécharge un fichier que si un texte de la page l'utilise. */
@font-face {
	font-family: 'Manifont Grotesk';
	src: url('ManifontGroteskBook.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manifont Grotesk';
	src: url('ManifontGroteskBookItalic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Manifont Grotesk';
	src: url('ManifontGroteskBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manifont Grotesk';
	src: url('ManifontGroteskBoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
