/**
 * F. Gaspari — Official Self-Hosted Fonts
 *
 * Canonical production font loading for the child theme. Typography tokens
 * and component rules remain in fg-global.css / fg-components.css.
 * Fraunces opsz stays available to font-optical-sizing; SOFT and WONK remain
 * opt-in axes for component-level art direction.
 */

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

@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans-variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 75% 100%;
	font-display: swap;
}

@font-face {
	font-family: "Spline Sans Mono";
	src: url("../fonts/spline-sans-mono-variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
}
