:root {
	--wp-block-synced-color: #7a00df;
	--wp-block-synced-color--rgb: 122, 0, 223;
	--wp-bound-block-color: var(--wp-block-synced-color);
	--wp-editor-canvas-background: #ddd;
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px;
}

@media (min-resolution:192dpi) {
	:root {
		--wp-admin-border-width-focus: 1.5px;
	}
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

html :where([style^=border-color],[style*=";border-color"],[style*="; border-color"]) {
	border-style: solid;
}

html :where([style^=border-top-color],[style*=";border-top-color"],[style*="; border-top-color"]) {
	border-top-style: solid;
}

html :where([style^=border-right-color],[style*=";border-right-color"],[style*="; border-right-color"]) {
	border-right-style: solid;
}

html :where([style^=border-bottom-color],[style*=";border-bottom-color"],[style*="; border-bottom-color"]) {
	border-bottom-style: solid;
}

html :where([style^=border-left-color],[style*=";border-left-color"],[style*="; border-left-color"]) {
	border-left-style: solid;
}

html :where([style^=border-width],[style*=";border-width"],[style*="; border-width"]) {
	border-style: solid;
}

html :where([style^=border-top-width],[style*=";border-top-width"],[style*="; border-top-width"]) {
	border-top-style: solid;
}

html :where([style^=border-right-width],[style*=";border-right-width"],[style*="; border-right-width"]) {
	border-right-style: solid;
}

html :where([style^=border-bottom-width],[style*=";border-bottom-width"],[style*="; border-bottom-width"]) {
	border-bottom-style: solid;
}

html :where([style^=border-left-width],[style*=";border-left-width"],[style*="; border-left-width"]) {
	border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%;
}