/*
 * Franie — static weights. The variable build (FranieVF) does not expose its
 * weight axis in browsers, so we self-host the two weights the design uses:
 * Regular (400) for body/light headings and SemiBold (600) for headings,
 * navigation and buttons. URLs are relative to this file; the SemiBold woff2 is
 * preloaded (see AssetServiceProvider).
 */
@font-face {
	font-family: Franie;
	src:
		url(./Franie-Regular.woff2) format("woff2"),
		url(./Franie-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Franie;
	src:
		url(./Franie-SemiBold.woff2) format("woff2"),
		url(./Franie-SemiBold.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
