/**
 * fonts.css — Polices auto-hébergées (déclarations @font-face).
 *
 * Anton (titres) et Inter variable (corps), sous-ensemble latin (couvre le
 * français, œ inclus). Fichiers dans assets/fonts/. Chargé en premier.
 *
 * Les familles/tokens sont déclarés dans theme.json (presets --wp--preset--font-family--*).
 */

@font-face {
	font-family: "Anton";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/anton.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/inter.woff2") format("woff2");
}
