/*
 * Polices auto-hébergées du projet.
 *
 * RGPD : préférer ce fichier à Google Fonts (cf. header.php).
 * Marche à suivre :
 *   1. Télécharger les .woff2 de la police (ex. via google-webfonts-helper).
 *   2. Les déposer dans ce dossier /fonts.
 *   3. Déclarer les @font-face ci-dessous.
 *   4. Charger ce fichier dans inc/assets.php et supprimer les <link>
 *      Google Fonts de header.php.
 *   5. Mettre à jour --font-body / --font-heading dans style.css.
 *
 */
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-VariableFont_wght.woff2') format('woff2');
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-Italic-VariableFont_wght.woff2') format('woff2');
	font-weight: 300 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Manifont Grotesk';
    src: url('ManifontGroteskBook.woff2') format('woff2'),
         url('ManifontGroteskBook.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manifont Grotesk';
    src: url('ManifontGroteskBook.woff2') format('woff2'),
         url('ManifontGroteskBook.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manifont Grotesk';
    src: url('ManifontGroteskBook.woff2') format('woff2'),
         url('ManifontGroteskBook.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}