@font-face {
	font-family: Mont;
	src: url("/fonts/Mont-SemiBold.otf") format("opentype");
}

@font-face {
	font-family: Mont;
	font-weight: bold;
	src: url("/fonts/Mont-Bold.otf") format("opentype");
}

/**umb_name:H1*/
h1 {
	font-family: Mont, sans-serif;
	color: #d5836a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 28px;
}

/**umb_name:H2*/
h2 {
	font-family: Mont, sans-serif;
	color: #d5836a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}

/**umb_name:Text: Black*/
.textBlack {
	color: #000000;
}

/**umb_name:Text: Dark Grey*/
.textDarkGrey {
	color: #3f3f3f;
}

/**umb_name:Text: Light Grey*/
.textLightGrey {
	color: #A6A6A6;
}

/**umb_name:Text: White*/
.txtWhite {
	color: #ffffff;
}

/**umb_name:Legal Text Size*/
.textLegalSize {
	font-size: 11px;
}
