/**
 * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root{
  --ck-content-highlight-marker-yellow:#fdfd77;
  --ck-content-highlight-marker-green:#62f962;
  --ck-content-highlight-marker-pink:#fc7899;
  --ck-content-highlight-marker-blue:#72ccfd;
  --ck-content-highlight-pen-red:#e71313;
  --ck-content-highlight-pen-green:#128a00;
}