@font-face {
	font-family: SegoeUI;
	src:
			local("Segoe UI Light"),
			url("/fonts/segoeuil.ttf") format("truetype");
	font-weight: 100;
}

@font-face {
	font-family: SegoeUI;
	src:
			local("Segoe UI Semilight"),
			url("/fonts/segoeuisl.ttf") format("truetype");
	font-weight: 200;
}

@font-face {
	font-family: SegoeUI;
	src:
			local("Segoe UI"),
			url("/fonts/segoeui.ttf") format("truetype");
	font-weight: 400;
}

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

@font-face {
	font-family: SegoeUI;
	src:
			local("Segoe UI Semibold"),
			url("/fonts/seguisb.ttf") format("truetype");
	font-weight: 700;
}