/* Axtrey — Block Editor Styles */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;700;800&family=DM+Sans:wght@300;400;500&display=swap');

.editor-styles-wrapper {
	background: #111113 !important;
	color: #f0ede7 !important;
	font-family: 'DM Sans', sans-serif !important;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	font-family: 'Syne', sans-serif !important;
	font-weight: 800 !important;
	letter-spacing: -0.03em !important;
}

.editor-styles-wrapper a {
	color: #e84b26;
}
