/*
 * Self-hosted, latin-subset fonts — no external Google Fonts requests.
 * Space Grotesk (variable, display headings — geometric, engineering feel),
 * IBM Plex Sans (variable, body copy), IBM Plex Mono (static weights,
 * specs/labels/data — used throughout the spec-sheet and stat-band
 * components, since dense factual detail is this theme's design language).
 */

@font-face {
	font-family: 'Space Grotesk';
	src: url('../fonts/space-grotesk-var.woff2') format('woff2-variations'), url('../fonts/space-grotesk-var.woff2') format('woff2');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Sans';
	src: url('../fonts/ibm-plex-sans-var.woff2') format('woff2-variations'), url('../fonts/ibm-plex-sans-var.woff2') format('woff2');
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Mono';
	src: url('../fonts/ibm-plex-mono-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Mono';
	src: url('../fonts/ibm-plex-mono-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Mono';
	src: url('../fonts/ibm-plex-mono-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
