

/**umb_name:Heading (H1)*/
h1 {
}

/**umb_name:Heading (H2)*/
h2 {
}

/**umb_name:Heading (H3)*/
h3 {
}

/**umb_name:Heading (H4)*/
h4 {
}

/**umb_name:Heading (H5)*/
h5 {
}

/**umb_name:Heading (H6)*/
h6 {
}

/**umb_name:Paragraph*/
p {
	font-size: 18px;
	line-height: 24px;
}

/**umb_name:Paragraph Lead Text*/
.lead-text {	
	font-size: 20px;
	line-height: 26px;
}

/**umb_name:Paragraph Small Text*/
.small-text {
	font-size: 16px;
	line-height: 22px;
}



/**umb_name:Text white*/
.text-white {
	color: #E1E1E1;
}

/**umb_name:Text white*/
.text-light {
	color: rgba(255, 255, 255, 0.45) !important;
}

/**umb_name:Text Violet*/
.text-violet {
	color: #2D1D49 !important;
}

/**umb_name:Text Purple*/
.text-purple {
	color: #967DFF !important;
}


/**umb_name:Text uppercase*/
.text-uppercase {
	text-transform: uppercase;
}
