@font-face {
	font-family: 'Source Sans 3';
	src: url('SourceSans3-Regular.woff2') format('woff2'),
		url('SourceSans3-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans 3';
	src: url('SourceSans3-Bold.woff2') format('woff2'),
		url('SourceSans3-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body.block-editor-iframe__body,
.editor-styles-wrapper,
.edit-post-visual-editor .editor-styles-wrapper {
	font-family: "Source Sans 3", sans-serif;
}

body.block-editor-iframe__body :is(h1, h2, h3, h4, h5, h6),
.editor-styles-wrapper :is(h1, h2, h3, h4, h5, h6),
.edit-post-visual-editor .editor-styles-wrapper :is(h1, h2, h3, h4, h5, h6) {
	font-weight: 700;
}
