/* Self-hosted fonts — psy-child.
   RGPD : aucun appel à fonts.gstatic.com depuis le navigateur du visiteur.
   Source : Google Fonts (Fraunces v38, Hanken Grotesk v12), subset latin uniquement.
   Les .woff2 sont des fontes variables (axis opsz + wght) qui couvrent les 3 weights normaux dans un seul fichier. */

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

@font-face {
	font-family: 'Fraunces';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('fraunces-italic.woff') format('woff');
}

@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url('hanken-grotesk.woff2') format('woff2');
}
