.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-600 {
	font-weight: 600 !important;
}

i.ph-fw-600:before {
	font-weight: 600 !important;
}

.lh-0 {
	line-height: 0;
}

.lh-10 {
	line-height: 0;
}

.z-index-3 {
	z-index: 3;
}

.font-primary {
	font-family: var(--g5-primary-font) !important;
}


.h1 {
	@include h1(important);
}

.h2 {
	@include h2(important);
}

.h3  {
	@include h3(important);
}
.h4 {
	@include h4(important);
}

.h5 {
	@include h5(important);
}

.h6 {
	@include h6(important);
}