/*
 * Icon font — ALWAYS the latest CCIcons files.
 * Both family names load the same files so legacy CSS (font-family: icomoon)
 * and new layout (font-family: CCIcons) stay in sync.
 * On font update: replace CCIcons.woff2/woff/ttf and bump ?v= here + tinymce.css?v= in index.tpl.
 */
@font-face {
	font-family: 'icomoon';
	src: url('/templates/chromachecker/fonts/CCIcons.woff2?v=20260720-1746') format('woff2'),
	     url('/templates/chromachecker/fonts/CCIcons.woff?v=20260720-1746') format('woff'),
	     url('/templates/chromachecker/fonts/CCIcons.ttf?v=20260720-1746') 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=20260720-1746') format('woff2'),
	     url('/templates/chromachecker/fonts/CCIcons.woff?v=20260720-1746') format('woff'),
	     url('/templates/chromachecker/fonts/CCIcons.ttf?v=20260720-1746') format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: block;
	text-rendering: optimizeLegibility;
}
