/*
 * DM Mono — self-hosted, Latin subset
 * Used for the "Latest Updates" marquee (label + ticker text).
 * Source: Google Fonts (v16)
 */
@font-face {
	font-family: 'DM Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('dm-mono-v16-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'DM Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('dm-mono-v16-latin-500.woff2') format('woff2');
}
