/**
 * Block editor styles for CleanLogic.
 */

body {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.editor-styles-wrapper {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}

.editor-styles-wrapper .wp-block {
	max-width: 840px;
}

.editor-styles-wrapper .wp-block[data-align="wide"] {
	max-width: 1200px;
}

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

.editor-styles-wrapper .wp-block-button__link,
.editor-styles-wrapper .wp-element-button {
	background-color: #1a2942;
	border-radius: 4px;
	color: #ffffff;
	padding: 12px 24px;
}

.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-element-button {
	background-color: transparent;
	border: 2px solid #1a2942;
	color: #1a2942;
}

.editor-styles-wrapper .wp-block-heading {
	color: #1a2942;
	font-family: 'Open Sans', sans-serif;
}
