@use "@wordpress/base-styles/colors" as *;
@use "@wordpress/base-styles/variables" as *;

.editor-error-boundary {
	font-family: $default-font;
	margin: auto;
	max-width: 780px;
	padding: 1em;
	margin-top: $header-height;
	box-shadow: $elevation-large;
	border: $border-width solid $gray-900;
	border-radius: $radius-small;
	background-color: $white;
}
