/**
 * Please note that these styles will be loaded before editor styles.
 * If a theme's editor style specifies the same classname, these may be overwritten.
 #f1e3d8
   */
.block-editor__typewriter {
	font-family: Roboto,sans-serif;
}
.block-editor__typewriter [data-title="Heading"], .block-editor-rich-text__editable {
	font-family: "Favorit";
	font-weight: normal;
}
.block-editor__typewriter [data-title="Heading"].is-style-favorit-wide {
	font-family: "Favorit Extended", "Favorit";
	font-weight: normal;
}
.edit-post-visual-editor.editor-styles-wrapper {
	overflow-x: hidden;
}

.interface-interface-skeleton__content {
}
/* non over-rides */
.wp-block-button.is-style-margin-right-40px {
	margin-right: 40px;
}
.is-style-columns {
	padding: 16px;
	padding-bottom: 0;
}
.is-style-column {
	padding: 16px;
	padding-bottom: 0;
}



.wp-block-button__link {
	font-family: Favorit, sans-serif;
}

.is-style-favorit-wide {
	font-family: "Favorit Extended", "Favorit";
}

.is-style-favorit-original {
	font-family: "Favorit";
}


.is-style-chevron-after {
	position: relative;
	display: block;
	width: fit-content;
	font-family: 'Roboto Mono', monospace;
	font-size: 14px;
}
.is-style-chevron-after.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}
.is-style-chevron-after.has-text-align-right {
	margin-left: auto;
}
/* gutenberg positioning */
.is-style-chevron-after.rich-text {
	margin-left: 0;
}
.is-style-chevron-after.has-text-align-right.rich-text {
	margin-right:0;
}
/* end gutenberg positioning */

.is-style-chevron-after:before {
	content: "";
	display: inline-block;
	position: absolute;

	right: -12px;
	top: 5px;

	width: 6px;
	height: 14px;
	background: url("/wp-content/themes/newco/assets/images/icons/global/arrow-link.svg");
 }
 .is-style-chevron-after.white:before {
	background: url("/wp-content/themes/newco/assets/images/icons/global/arrow-link-white.svg");
}
.is-style-chevron-after a {
	color:#282828;
}
.wp-block-spacer > div .components-resizable-box__container {
	border: 1px dotted lightgrey;
}