/**
 * Self-hosted font declarations.
 *
 * No font binaries ship with this scaffold — typography.css already
 * falls back to Georgia (display) / system-ui (body), so the theme
 * renders correctly with zero webfonts. Drop woff2 files into
 * /assets/fonts/ and uncomment below to activate Fraunces + Inter.
 * Self-hosting (vs. a Google Fonts <link>) avoids a render-blocking
 * third-party request, which is why it's the default here.
 */

/*
@font-face {
	font-family: "Fraunces";
	src: url("../fonts/fraunces-variable.woff2") format("woff2-variations");
	font-weight: 300 700;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-variable.woff2") format("woff2-variations");
	font-weight: 400 700;
	font-display: swap;
}
*/
