

/**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:h1-size*/
.h1-size {
	font-family: 'shneleicht', sans-serif;
	font-size: 48px;
	line-height: 54px;
	font-weight: normal;
	margin-bottom: 0;
}

/**umb_name:h2-size*/
.h2-size {
	font-family: 'shneleicht', sans-serif;
	font-size: 42px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 0;
}

/**umb_name:h3-size*/
.h3-size {
	font-family: 'shneleicht', sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 0;
}

/**umb_name:h4-size*/
.h4-size {
	font-family: 'shneleicht', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 0;
}

/**umb_name:h5-size*/
.h5-size {
	font-family: 'shneleicht', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 0;
}

/**umb_name:h6-size*/
.h6-size {
	font-family: 'shneleicht', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 0;
}

/**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;
}
