/**
 * This is a file that will be processed only in editor.
 */

// Override default editor styles.
@import '@eightshift/frontend-libs/styles/override-editor';

body .editor-styles-wrapper {
	@include font-smoothing;
	font-family: var(--global-font-family);
	color: var(--global-colors-black);
	background-color: var(--global-colors-white);
}

// Sets base font size value only to editor part.
body .interface-interface-skeleton__content {
	font-size: 16px;
}
