/**
 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root{
	--ck-highlight-marker-yellow:hsl(60, 97%, 73%);
	--ck-highlight-marker-green:hsl(120, 93%, 68%);
	--ck-highlight-marker-pink:hsl(345, 96%, 73%);
	--ck-highlight-marker-blue:hsl(201, 97%, 72%);
	--ck-highlight-pen-red:hsl(0, 85%, 49%);
	--ck-highlight-pen-green:hsl(112, 100%, 27%);
}