/*Segoe UI Light*/
@font-face{
	font-family: "Segoe UI";
	font-weight: 200;
	src: url(fonts/segoeuil.ttf);
}

@font-face{
	font-family: "Segoe UI";
	font-weight: 200;
    font-style: italic;
	src: url(fonts/seguili.ttf);
}

/*Segoe UI Semi Light*/
@font-face{
	font-family: "Segoe UI";
	font-weight: 300;
	src: url(fonts/segoeuisl.ttf);
}

@font-face{
	font-family: "Segoe UI";
	font-weight: 300;
    font-style:italic;
	src: url(fonts/seguisli.ttf);
}

/*Segoe UI*/
@font-face{
	font-family: "Segoe UI";
	font-weight: 400;
	src: url(fonts/segoeui.ttf);
}

@font-face{
	font-family: "Segoe UI";
	font-weight: 400;
    font-style:italic;
	src: url(fonts/segoeuii.ttf);
}

/*Segoe UI Semi Bold*/
@font-face{
	font-family: "Segoe UI";
	font-weight: 500;
	src: url(fonts/seguisb.ttf);
}

@font-face{
	font-family: "Segoe UI";
	font-weight: 500;
    font-style:italic;
	src: url(fonts/seguisbi.ttf);
}

/*Segoe UI Bold*/
@font-face{
	font-family: "Segoe UI";
	font-weight: 600;
	src: url(fonts/segoeuib.ttf);
}

@font-face{
	font-family: "Segoe UI";
	font-weight: 600;
	src: url(fonts/segoeuiz.ttf);
    font-style:italic;
}

/*Segoe UI Black*/
@font-face{
	font-family: "Segoe UI";
	font-weight: 900;
	src: url(fonts/seguibl.ttf);
}

@font-face{
	font-family: "Segoe UI";
	font-weight: 900;
    font-style:italic;
	src: url(fonts/seguibli.ttf);
}

/*Segoe Glyphs*/
@font-face{
	font-family: "Segoe Glyphs";
	src: url(fonts/segmdl2.ttf);
}


/*@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  src: local("Segoe UI Light");
}
/*
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: local("Segoe UI Semilight");
}*/
/*@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: local("Segoe UI");
}/*
@font-face {
  font-family: "Segoe UI";
  font-weight: 500;
  src: local("Segoe UI Semibold");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  src: local("Segoe UI Bold");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  src: local("Segoe UI Italic");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 700;
  src: local("Segoe UI Bold Italic");
}*/