/* HEADING */

.headings(6); // will error if more than 6

.heading {
	color: @colorP2;
}

.subheading {
	font-weight: normal;
	color: @subheading-color;
}
