@font-face {
	font-family:'segoeui';
	src: url('../fonts/Segoe-Ui/segoeui.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Segoe-Ui/segoeui.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Segoe-Ui/segoeui.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/Segoe-Ui/segoeui.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/Segoe-Ui/segoeui.svg#segoeui') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
