/* Color Tokens */

#PRIMARY {
	color: #643C72; /* $primary */
}

#SECONDARY {
	color: #9780AF; /* $secondary */
}

#TERTIARY {
	color: #979797; /* $tertiary */
}

#LIGHT {
	color: #EAEAEA; /* $light */
}

#WHITE {
	color: #FFFFFF; /* $white */
}

/* End Color Tokens */

/* Main Content styles */

.t3.main-content {
}

.t3.main-content h2 {
	color: #643C72; /* $primary */
}

.t3.main-content p + h3, .t3.main-content ol + h3, .t3.main-content ul + h3 {
	color: #FF5840;
}

/* End Main Content styles */

