/**
 * fonts.css — Polices RESQ self-hébergées (RGPD/CNIL : aucune requête vers Google).
 * Sous-ensemble latin (couvre le français). Direction « trust clinique » (taste-skill) :
 * Geist (grotesque net, crédible, lisible) en titres + Hanken Grotesk en corps.
 * Deux polices variables : un seul fichier chacune couvre tous les grammages.
 */

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/geist-98bbbccb.woff2') format('woff2');
}

@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/hanken-grotesk-fe1634f9.woff2') format('woff2');
}
