@charset "iso-8859-1"; 

@font-face{
  font-family:"Segoe UI Light";
  src:local("O"),
  url("./fonts/segoe/latin/segoe-ui-light-latin.woff") format("woff"),
  url("./fonts/segoe/latin/segoe-ui-light-latin.eot"),
  url("./fonts/segoe/latin/segoe-ui-light-latin.eot?") format("embedded-opentype"),
  url("./fonts/segoe/latin/segoe-ui-light-latin.ttf") format("truetype");
  font-style:normal;
  font-weight:200
}
@font-face{
  font-family:"Segoe UI Regular";
  src:local("O"),
  url("./fonts/segoe/latin/segoe-ui-regular-latin.woff") format("woff"),
  url("./fonts/segoe/latin/segoe-ui-regular-latin.eot"),
  url("./fonts/segoe/latin/segoe-ui-regular-latin.eot?") format("embedded-opentype"),
  url("./fonts/segoe/latin/segoe-ui-regular-latin.ttf") format("truetype");
  font-style:normal;
  font-weight:400
}
@font-face{
	font-family:"Segoe UI Semibold";
	src:local("O"),
	url("./fonts/segoe/latin/segoe-ui-semibold-latin.woff") format("woff"),
	url("./fonts/segoe/latin/segoe-ui-semibold-latin.eot"),
	url("./fonts/segoe/latin/segoe-ui-semibold-latin.eot?") format("embedded-opentype"),
	url("./fonts/segoe/latin/segoe-ui-semibold-latin.ttf") format("truetype");
	font-style:normal;
	font-weight:400
}

.ftFamSeGoe{font-family:"Segoe UI","Segoe WP","Segoe UI Regular","Segoe UI Cyrillic Regular";}

