/* Font Colors */

.has-charcoal-color {
	color: #1c272c;
}
.has-navy-color {
	color: #2e3657;
}
.has-lime-color {
	color: #6cbe45;
}
.has-pine-color {
	color: #297768;
}
.has-seafoam-color {
	color: #7Ad3Ab;
}
.has-grey_1-color {
	color: #EEF1F4;
}
.has-grey_2-color {
	color: #F7F7F7;
}
.has-grey_6-color {
	color: #F4F6F8;
}
.has-grey_4-color {
	color: #6b7784;
}
.has-grey_5-color {
	color: #313754;
}
.has-red-color {
	color: #E32707;
}
.has-shell-color {
	color: #FFF4F2;
}
.has-black-color {
	color: #000000;
}
.has-white-color {
	color: #ffffff;
}

/* Background Colors */

.has-charcoal-background-color {
	background-color: #1c272c;
}
.has-navy-background-color {
	background-color: #2e3657;
}
.has-lime-background-color {
	background-color: #6cbe45;
}
.has-pine-background-color {
	background-color: #297768;
}
.has-seafoam-background-color {
	background-color: #7Ad3Ab;
}
.has-grey-1-background-color {
	background-color: #EEF1F4;
}
.has-grey-2-background-color {
	background-color: #F7F7F7;
}
.has-grey-6-background-color {
	background-color: #F4F6F8;
}
.has-grey-4-background-color {
	background-color: #6b7784;
}
.has-grey-5-background-color {
	background-color: #313754;
}
.has-red-background-color {
	background-color: #E32707;
}
.has-shell-background-color {
	background-color: #FFF4F2;
}
.has-black-background-color {
	background-color: #000000;
}
.has-white-background-color {
	background-color: #ffffff;
}


/* Fonts */

.has-legal-font-size {
	font-size: 12px;
	line-height: 1.5;
}
.has-form-font-size {
	font-size: 14px;
	line-height: 1.4;
}
.has-small-font-size {
	font-size: 16px;
	line-height: 1.5;
}
.has-regular-font-size {
	font-size: 18px;
	line-height: 1.3;
}
.has-large-font-size {
	font-size: 20px;
	line-height: 1.5;
}
.has-xlarge-font-size {
	font-size: 24px;
	line-height: 1.25;
}
.has-huge-font-size {
	font-size: 40px;
	line-height: 1.15;
}
