/* Gutenberg Text Colors */
.has-green-color {
	color: #32752A !important;
}

.has-dark-color {
	color: #141100 !important;
}

.has-light-green-color {
	color: #98A915 !important;
}

.has-mint-color {
	color: #E8EFE7 !important;
}

.has-yellow-color {
	color: #FFDD00 !important;
}

.has-light-yellow-color {
	color: #FFF8CC !important;
}

.has-gray-color {
	color: #f2f2f2 !important;
}

.has-white-color {
	color: #fff !important;
}


/* Gutenberg Background Colors */
.has-green-background-color {
	background-color: #32752A !important;
}

.has-dark-background-color {
	background-color: #141100 !important;
}

.has-light-green-background-color {
	background-color: #98A915 !important;
}

.has-mint-background-color{
	background-color: #E8EFE7 !important;
}

.has-yellow-background-color {
	background-color: #FFDD00 !important;
}

.has-light-yellow-background-color {
	background-color: #FFF8CC !important;
}

.has-gray-background-color {
	background-color: #f2f2f2 !important;
}

.has-white-background-color {
	background-color: #fff !important;
}