/**
 * 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. 
 */

.is-style-grey-paragraph {
	margin: 30px 0;
	background: #eeeeee;
	padding: 30px;
}

.is-style-light-blue-paragraph {
	margin: 30px 0;
	background: #F1F9FF;
	padding: 30px;
}

.is-style-light-orange-paragraph {
	margin: 30px 0;
	background: #f5f5dc;
	padding: 30px;
}
