.block-editor-block-list__block[data-custom-fontsize="1"] {

	.wp-block-heading {

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-size: inherit !important;
		}
	}

	.wp-block-button {

		.wp-block-button__link {
			font-size: inherit;
		}
	}

	.block-editor-block-contextual-toolbar {
		line-height: 0;
	}

	.block-editor-rich-text {

		.wp-block-cover-text,
		.wp-block-paragraph {
			font-size: inherit;
		}
	}
}

.block-editor-block-list__block[data-blockly-font="1"] {

	.wp-block-heading {

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-family: inherit;
		}
	}

	&:not([data-type="blockly/pricing-table"]) {

		.wp-block-button {

			.wp-block-button__link {
				font-family: inherit;
			}
		}
	}

	.block-editor-rich-text {

		.wp-block-cover-text,
		.wp-block-paragraph {
			font-family: inherit;
		}
	}

	.wp-block-pullquote,
	.wp-block-quote {

		.editor-rich-text__tinymce {

			&,
			p {
				font-family: inherit;
			}
		}
	}

}

.block-editor-block-list__block[data-custom-fontweight="1"] {

	.wp-block-heading {

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-weight: inherit;
		}
	}

	.wp-block-button {

		.wp-block-button__link {
			font-weight: inherit;
		}
	}

	.block-editor-rich-text {

		.wp-block-cover-text,
		.wp-block-paragraph {
			font-weight: inherit;
		}
	}

	.wp-block-pullquote,
	.wp-block-quote {

		.editor-rich-text__tinymce {

			&,
			p {
				font-weight: inherit;
			}
		}
	}

	.block-library-button__inline-link,
	.block-editor-block-list__breadcrumb {
		font-weight: 400;
	}
}

.block-editor-block-list__block[data-custom-texttransform="1"] {

	.wp-block-heading {

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			text-transform: inherit;
		}
	}

	.wp-block-button {

		.wp-block-button__link {
			text-transform: inherit;
		}
	}

	.block-editor-rich-text {

		.wp-block-cover-text,
		.wp-block-paragraph {
			text-transform: inherit;
		}
	}

	.wp-block-pullquote,
	.wp-block-quote {

		.editor-rich-text__tinymce {

			&,
			p {
				text-transform: inherit;
			}
		}
	}

	.block-library-button__inline-link,
	.block-editor-block-list__breadcrumb {
		text-transform: none;
	}
}

.block-editor-block-list__block[data-custom-textcolor="1"] {

	.wp-block-heading {

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			color: inherit !important;
		}
	}
}

.block-editor-block-list__block[data-custom-letterspacing="1"] {

	.block-library-button__inline-link,
	.block-editor-block-list__breadcrumb {
		letter-spacing: normal;
	}
}

body {

	.block-editor-block-list__block[data-custom-lineheight="1"] {

		.wp-block-heading {

			h1,
			h2,
			h3,
			h4,
			h5,
			h6 {
				line-height: inherit !important;
			}
		}

		.wp-block-button {

			.wp-block-button__link {
				line-height: inherit;
			}
		}

		.block-library-list {

			ul,
			li {
				line-height: inherit;
			}
		}

		.block-editor-rich-text {

			p {
				line-height: inherit !important;
			}

			.editor-rich-text__tinymce,
			.wp-block-cover-text {
				line-height: inherit;
			}
		}

		.block-editor-block-contextual-toolbar {
			line-height: 0;
		}
	}
}
