/**
 * Self-hosted variable fonts - same families as the reference (Inter = body,
 * Spline Sans = headings). Loaded FIRST (before _tokens.css). The wght axis is
 * active from each woff2, so any weight used in markup renders from one file.
 *
 * @package Qyx
 */

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