/*
 * What you're currently looking at is the source code of a legally protected, proprietary software.
 * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
 * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
 *
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-uploadcare-theme {
	--uc-font-size: 13px;								/* --ck-font-size-base */
	--uc-radius: 2px;									/* --ck-border-radius */
	--uc-padding: calc(0.6em * 1.5);					/* --ck-spacing-large */

	--uc-primary-oklch-light: 54.45% 0.182 263.76;
	--uc-foreground-light: hsl(0, 0%, 20%);				/* --ck-color-text */
	--uc-secondary-foreground-light: hsl(0, 0%, 20%);	/* --ck-color-text */
	--uc-muted-foreground-light: hsl(0, 0%, 20%);		/* --ck-color-text */
	--uc-border-light: hsl(220, 6%, 81%); 				/* --ck-color-base-border */
}
