/**
 * @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;
}

.ck-content .marker-yellow {
  background-color: var(--ck-content-highlight-marker-yellow);
}

.ck-content .marker-green {
  background-color: var(--ck-content-highlight-marker-green);
}

.ck-content .marker-pink {
  background-color: var(--ck-content-highlight-marker-pink);
}

.ck-content .marker-blue {
  background-color: var(--ck-content-highlight-marker-blue);
}

.ck-content .pen-red {
  color: var(--ck-content-highlight-pen-red);
  background-color: #0000;
}

.ck-content .pen-green {
  color: var(--ck-content-highlight-pen-green);
  background-color: #0000;
}

/*# sourceMappingURL=index.css.map */