/* ChromaChecker icon font (CCIcons in /templates/chromachecker/fonts/).
   font-family: icomoon — legacy alias used across app CSS (icons.css, dashboard toolbar, etc.) */
@font-face {
	font-family: 'icomoon';
	src: url('/templates/chromachecker/fonts/CCIcons.woff2?v=20260630-154928') format('woff2'),
	     url('/templates/chromachecker/fonts/CCIcons.woff?v=20260630-154928') format('woff'),
	     url('/templates/chromachecker/fonts/CCIcons.ttf?v=20260630-154928') format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: block;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'CCIcons';
	src: url('/templates/chromachecker/fonts/CCIcons.woff2?v=20260630-154928') format('woff2'),
	     url('/templates/chromachecker/fonts/CCIcons.woff?v=20260630-154928') format('woff'),
	     url('/templates/chromachecker/fonts/CCIcons.ttf?v=20260630-154928') format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: block;
	text-rendering: optimizeLegibility;
}
