/*
@charset "utf-8";

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/segoeui.eot');
    src: url('../fonts/segoeui.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoeui.woff') format('woff'),
         url('../fonts/segoeui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SegoeUI-Light';
    src: url('../fonts/segoeuil.eot');
    src: url('../fonts/segoeuil.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoeuil.woff') format('woff'),
         url('../fonts/segoeuil.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'SegoeUI-SemiBold';
	src: url('../fonts/seguisb.eot');
	src: url('../fonts/seguisb.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/seguisb.woff') format('woff'),
		 url('../fonts/seguisb.ttf') format('truetype'),
		 url('../fonts/seguisb.svg#seguisb') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SegoeUI-Bold';
	src: url('../fonts/segoeuib.eot');
	src: url('../fonts/segoeuib.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/segoeuib.woff') format('woff'),
		 url('../fonts/segoeuib.ttf') format('truetype'),
		 url('../fonts/segoeuib.svg#segoeuib') format('svg');
	font-weight: normal;
	font-style: normal;
}

*/