.has-black-color {
	color: #02111b;
}

.has-grey-color {
	color: #354149;
}

.has-white-color {
	color: #ffffff;
}

.has-off-white-color {
	color: #ececf0;
}

.has-red-color {
	color: #ae2322;
}

.has-black-background-color {
	background: #02111b;
}

.has-grey-background-color {
	background: #354149;
}

.has-white-background-color {
	background: #ffffff;
}

.has-off-white-background-color {
	background: #ececf0;
}

.has-red-background-color {
	background: #ae2322;
}