

/**umb_name:Display 1*/
h1 {
	font-size: calc(1.625rem + 4.5vw) !important;
	font-weight: 300 !important;
	line-height: 1.2 !important;
}

/**umb_name:Display 2*/
.display-2 {
	font-size: calc(1.575rem + 3.9vw) !important;
	font-weight: 300 !important;
	line-height: 1.2 !important;
}

/**umb_name:Display 3*/
.display-3 {
	font-size: calc(1.525rem + 3.3vw) !important;
	font-weight: 300 !important;
	line-height: 1.2 !important;
}

/**umb_name:Display 4*/
.display-4 {
	font-size: calc(1.475rem + 2.7vw) !important;
	font-weight: 300 !important;
	line-height: 1.2 !important;
}

/**umb_name:Display 5*/
.display-5 {
	font-size: calc(1.425rem + 2.1vw) !important;
	font-weight: 300 !important;
	line-height: 1.2 !important;
}

/**umb_name:Display 6*/
.display-6 {
	font-size: calc(1.375rem + 1.5vw) !important;
	font-weight: 300 !important;
	line-height: 1.2 !important;
}

/**umb_name:Paragraph*/
p {
	font-size: 1rem !important;
	font-weight: 200 !important;
}

/**umb_name:Center*/
.text-center {
	text-align: center;
}

/**umb_name:highlight*/
.highlight {
	color: red;
	background-color: yellow;
}
