h1.rich-text.block-editor-rich-text__editable,h1.wp-block-heading,
h2.rich-text.block-editor-rich-text__editable,h2.wp-block-heading,
h3.rich-text.block-editor-rich-text__editable,h3.wp-block-heading,
h4.rich-text.block-editor-rich-text__editable,h4.wp-block-heading,
h5.rich-text.block-editor-rich-text__editable,h5.wp-block-heading,
h6.rich-text.block-editor-rich-text__editable,h6.wp-block-heading {
}

/* Button Block */
.wp-block-buttons {
	color:var(--light);
	margin-top:var(--space-s);
	margin-bottom:var(--space-s);		
}

.wp-block-buttons>.wp-block-button {
}

:where(.editor-styles-wrapper) .wp-block-button__link,.wp-block-button__link {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
    padding: inherit;
    font-size: inherit;
}



/* Block Quote */
blockquote,.wp-block-pullquote p {
	font-family: inherit;
	font-size: 1.125em;
	font-weight: 600;
	font-style: italic;
}

blockquote pre,details p,.wp-block-pullquote cite {
	font-weight: 400;
	font-style: normal;
	font-size: var(--text-s);
	margin-top:var(--space-s);
	margin-bottom:var(--space-s);	
}

.wp-block-pullquote {
    padding: inherit;
}
