/* Font Faces
-------------------------------------------------------------- */
@font-face {
	font-family: '?Segoe';
	src: url("../fonts/segoe_ui.eot");
	/* IE9 Compat Modes */
	src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url("../fonts/segoe_ui.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe_ui.woff") format("woff"), url("../fonts/segoe_ui.ttf") format("truetype");
	/* Safari, Android, iOS */
	/* Can also add SVG format */
	font-weight: normal;
	font-style: normal; 
}

@font-face {
	font-family: '?SegoeLight';
	src: url("../fonts/segoe_ui_light.eot");
	/* IE9 Compat Modes */
	src: local("Segoe UI Light"), local("Segoe WP Light"), url("../fonts/segoe_ui_light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe_ui_light.woff") format("woff"), url("../fonts/segoe_ui_light.ttf") format("truetype");
	/* Safari, Android, iOS */
	/* Can also add SVG format */
	font-weight: normal;
	font-style: normal; 
}