@font-face {
	font-family: 'Segoe UI';
    src: url('SegoeUI-SemiBold.woff') format('woff'),
		url('SegoeUI-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('SegoeUI.woff') format('woff'),
		url('SegoeUI.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('SegoeUI-Bold.woff') format('woff'),
		url('SegoeUI-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

