/* Font Colors */

.has-black-color {
	color: #000000;
}
.has-white-color {
	color: #ffffff;
}

/* Background Colors */


.has-black-background-color {
	background-color: #000000;
}
.has-white-background-color {
	background-color: #ffffff;
}


/* Fonts */

.has-regular-font-size {
	font-size: 18px;
	line-height: 1.3;
}
