
/* EDITOR */

.editor {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #707070;
	overflow: auto;
}

.editor * {
	font-family: 'Open Sans', sans-serif !important;
}
