/**
 * Mondwest Pixel Font — СИНДИКАТ Blog v3
 *
 * Mondwest is a pixel font by Velvetyne Type Foundry.
 * Only regular weight available (bold variant not found in free distribution).
 * Falls back to "Press Start 2P" / "Space Grotesk" / monospace for bold.
 */

@font-face {
	font-family: 'Mondwest';
	src:
		url('mondwest.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
