/**
 * Local fonts for neon (V2) theme – no third-party requests.
 */

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/neon/dm-sans-latin-400.woff2') format('woff2');
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/neon/dm-sans-latin-700.woff2') format('woff2');
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/neon/dm-sans-latin-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Syne';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/neon/syne-latin-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Syne';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/neon/syne-latin-800.woff2') format('woff2');
}

@font-face {
	font-family: 'Orbitron';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/neon/orbitron-latin-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Orbitron';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/neon/orbitron-latin-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/neon/unbounded-latin-700.woff2') format('woff2');
}
