/* fonts definitions */

@font-face {
	font-family: 'Segoe Sans';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/segoe-ui-variable-static-display.ttf);
	src: url('../fonts/segoe-ui-variable-static-display.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe-ui-variable-static-display.woff2') format('woff2'),
        url('../fonts/segoe-ui-variable-static-display.woff') format('woff');
}


@font-face {
	font-family: 'Segoe Sans';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/segoe-ui-variable-static-display-semibold.ttf);
	src: url('../fonts/segoe-ui-variable-static-display-semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe-ui-variable-static-display-semibold.woff2') format('woff2'),
        url('../fonts/segoe-ui-variable-static-display-semibold.woff') format('woff');
}

