/**  CK  **/
:root, html, body {
	--ck-color-base-background: transparent;
	--ck-color-base-foreground: var(--f-color-bg-2);
	--ck-color-base-border: var(--f-color-border-0);
	--ck-color-base-action: var(--f-color-success);
	--ck-color-text: var(--f-color-text-1);
	--ck-color-base-text: var(--f-color-bg-1);
	--ck-color-base-error: var(--f-color-error);
	--ck-color-focus-border-coordinates: 218, 81.8%, 56.9%;
	--ck-color-focus-border: hsl(var(--ck-color-focus-border-coordinates));
	--ck-color-focus-outer-shadow: var(--f-color-border-2);
	--ck-color-focus-disabled-shadow: color-mix(in oklab, var(--f-color-text-0) 15%, transparent 75%);
	--ck-color-focus-error-shadow: color-mix(in oklab, var(--f-color-danger) 20%, transparent 80%);
	--ck-color-shadow-drop: rgba(0, 0, 0, 0.15);
	--ck-color-shadow-drop: color-mix(in oklab, var(--f-color-text-0) 15%, transparent 75%);
	--ck-color-shadow-drop-active: color-mix(in oklab, var(--f-color-text-0) 20%, transparent 80%);
	--ck-color-shadow-inner: transparent;
	--ck-color-button-default-background: transparent;
	--ck-color-button-default-hover-background: var(--f-color-bg-2);
	--ck-color-button-default-active-background: var(--f-color-bg-2);
	--ck-color-button-default-disabled-background: transparent;
	--ck-color-button-on-background: var(--f-color-bg-2);
	--ck-color-button-on-hover-background: var(--f-color-bg-2);
	--ck-color-button-on-active-background: var(--f-color-bg-2);
	--ck-color-button-on-disabled-background: var(--f-color-bg-1);
	--ck-color-button-on-color: var(--f-color-text-0);
	--ck-color-button-action-background: var(--ck-color-base-action);
	--ck-color-button-action-hover-background: var(--f-color-success-darker);
	--ck-color-button-action-active-background: var(--f-color-success-darker);
	--ck-color-button-action-disabled-background: var(--f-color-success-darker);
	--ck-color-button-action-text: var(--ck-color-base-background);
	--ck-color-button-save: var(--f-color-success);
	--ck-color-button-cancel: var(--f-color-error);
	--ck-color-switch-button-off-background: #939393;
	--ck-color-switch-button-off-hover-background: #7d7d7d;
	--ck-color-switch-button-on-background: var(--ck-color-button-action-background);
	--ck-color-switch-button-on-hover-background: #4d9d30;
	--ck-color-switch-button-inner-background: var(--ck-color-base-background);
	--ck-color-switch-button-inner-shadow: rgba(0, 0, 0, 0.1);
	--ck-color-dropdown-panel-background: var(--ck-color-base-background);
	--ck-color-dropdown-panel-border: var(--ck-color-base-border);
	--ck-color-input-background: var(--ck-color-base-background);
	--ck-color-input-border: var(--ck-color-base-border);
	--ck-color-input-error-border: var(--ck-color-base-error);
	--ck-color-input-text: var(--ck-color-base-text);
	--ck-color-input-disabled-background: var(--f-color-bg-2);
	--ck-color-input-disabled-border: var(--ck-color-base-border);
	--ck-color-input-disabled-text: var(--f-color-text-2);
	--ck-color-list-background: var(--ck-color-base-background);
	--ck-color-list-button-hover-background: var(--ck-color-button-default-hover-background);
	--ck-color-list-button-on-background: var(--f-color-bg-2);
	--ck-color-list-button-on-background-focus: var(--f-color-bg-2);
	--ck-color-list-button-on-text: var(--f-color-text-0);
	--ck-color-panel-background: var(--f-color-bg-0);
	--ck-color-panel-border: var(--ck-color-base-border);
	--ck-color-toolbar-background: var(--ck-color-base-background);
	--ck-color-toolbar-border: var(--ck-color-base-border);
	--ck-color-tooltip-background: var(--ck-color-base-text);
	/* --ck-color-tooltip-text: var(--ck-color-base-background); */
	--ck-color-tooltip-text: var(--f-color-text-1);
	--ck-color-engine-placeholder-text: var(--f-color-text-2);
	--ck-color-upload-bar-background: #6cb5f9;
	--ck-color-link-default: var(--f-color-brand);
	--ck-color-link-selected-background: rgba(31, 176, 255, 0.1);
	--ck-color-link-fake-selection: rgba(31, 176, 255, 0.3);
	--ck-disabled-opacity: 0.5;
	--ck-color-code-block-label-background: var(--f-color-border-0);
	--ck-color-code-block-label-text: var(--f-color-text-1);
	--ck-border-radius: var(--f-radius-small);
	--ck-focus-outer-shadow-geometry: 0 0 0 1px;
	--ck-color-split-button-hover-background: var(--f-color-bg-2);
	--ck-color-split-button-hover-border: var(--f-color-border-0);
	--ck-focus-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);
	--ck-focus-disabled-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);
	--ck-focus-error-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);
	--ck-border-radius: var(--f-small);
}
