@font-face {
	font-family: 'uifont';
	src:url('uifont.eot?vtbceo');
	src:url('uifont.eot?#iefixvtbceo') format('embedded-opentype'),
		url('uifont.woff?vtbceo') format('woff'),
		url('uifont.ttf?vtbceo') format('truetype'),
		url('uifont.svg?vtbceo#uifont') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ui-"], [class*=" ui-"] {
	font-family: 'uifont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ui-menu:before {
	content: '\e600';
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2.7rem;
}
.ui-darrow:before {
	content: "\e601";
}
.ui-uarrow:before {
	content: "\e602";
}
