/* Self-hosted Montserrat (SIL Open Font License 1.1, via Google Fonts) — the closest free match to
   Proxima Nova. Bundled locally so the build is static / self-contained with NO external font host
   (Stake Engine XSS/build rule). Aliased to the CSS family name "proxima-nova" so every existing
   fontFamily:'proxima-nova' reference (PIXI Text + component CSS) resolves to it with zero code
   changes. The .woff2 files are unmodified Montserrat (weights 400/600/700/800/900). */
@font-face {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('montserrat-400.woff2') format('woff2');
}
@font-face {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('montserrat-600.woff2') format('woff2');
}
@font-face {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('montserrat-700.woff2') format('woff2');
}
@font-face {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('montserrat-800.woff2') format('woff2');
}
@font-face {
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('montserrat-900.woff2') format('woff2');
}
