@font-face {
	font-family: 'Segoe UI';
	src: url(../../assets/fonts/SegoeUI.eot) format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url(../../assets/fonts/SegoeUI.ttf) format('truetype'),
	url(../../assets/fonts/SegoeUI.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url(../../assets/fonts/SegoeUI-Bold.eot) format('embedded-opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url(../../assets/fonts/SegoeUI-Bold.ttf) format('truetype'),
	url(../../assets/fonts/SegoeUI-Bold.svg) format('svg');
	font-weight: bold;
	font-style: normal;
}