@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/SegoeUI-Italic.eot');
    src: local('Segoe UI Italic'), local('SegoeUI-Italic'),
        url('../fonts/segoe-ui/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe-ui/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/segoe-ui/SegoeUI-Italic.woff') format('woff'),
        url('../fonts/segoe-ui/SegoeUI-Italic.ttf') format('truetype'),
        url('../fonts/segoe-ui/SegoeUI-Italic.svg#SegoeUI-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/SegoeUI-Light.eot');
    src: local('Segoe UI Light'), local('SegoeUI-Light'),
        url('../fonts/segoe-ui/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe-ui/SegoeUI-Light.woff2') format('woff2'),
        url('../fonts/segoe-ui/SegoeUI-Light.woff') format('woff'),
        url('../fonts/segoe-ui/SegoeUI-Light.ttf') format('truetype'),
        url('../fonts/segoe-ui/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('../fonts/segoe-ui/SegoeUI-Semilight.eot');
    src: local('Segoe UI Semilight'), local('SegoeUI-Semilight'),
        url('../fonts/segoe-ui/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe-ui/SegoeUI-Semilight.woff2') format('woff2'),
        url('../fonts/segoe-ui/SegoeUI-Semilight.woff') format('woff'),
        url('../fonts/segoe-ui/SegoeUI-Semilight.ttf') format('truetype'),
        url('../fonts/segoe-ui/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/SegoeUI-Bold.eot');
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'),
        url('../fonts/segoe-ui/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe-ui/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/segoe-ui/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/segoe-ui/SegoeUI-Bold.ttf') format('truetype'),
        url('../fonts/segoe-ui/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/SegoeUI-BoldItalic.eot');
    src: local('Segoe UI Bold Italic'), local('SegoeUI-BoldItalic'),
        url('../fonts/segoe-ui/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe-ui/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fonts/segoe-ui/SegoeUI-BoldItalic.woff') format('woff'),
        url('../fonts/segoe-ui/SegoeUI-BoldItalic.ttf') format('truetype'),
        url('../fonts/segoe-ui/SegoeUI-BoldItalic.svg#SegoeUI-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/SegoeUI-SemiBold.eot');
    src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'),
        url('../fonts/segoe-ui/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe-ui/SegoeUI-SemiBold.woff2') format('woff2'),
        url('../fonts/segoe-ui/SegoeUI-SemiBold.woff') format('woff'),
        url('../fonts/segoe-ui/SegoeUI-SemiBold.ttf') format('truetype'),
        url('../fonts/segoe-ui/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/SegoeUI.eot');
    src: local('Segoe UI'), local('SegoeUI'),
        url('../fonts/segoe-ui/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe-ui/SegoeUI.woff2') format('woff2'),
        url('../fonts/segoe-ui/SegoeUI.woff') format('woff'),
        url('../fonts/segoe-ui/SegoeUI.ttf') format('truetype'),
        url('../fonts/segoe-ui/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Symbol';
    src: url('../fonts/segoe-ui/SegoeUISymbol.eot');
    src: local('Segoe UI Symbol'), local('SegoeUISymbol'),
        url('../fonts/segoe-ui/SegoeUISymbol.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoe-ui/SegoeUISymbol.woff2') format('woff2'),
        url('../fonts/segoe-ui/SegoeUISymbol.woff') format('woff'),
        url('../fonts/segoe-ui/SegoeUISymbol.ttf') format('truetype'),
        url('../fonts/segoe-ui/SegoeUISymbol.svg#SegoeUISymbol') format('svg');
    font-weight: normal;
    font-style: normal;
}


.font-light { font-weight: 300; }
.font-semi-light { font-family: 'Segoe UI Semilight'; font-weight: 300; }
.font-bold { font-weight: bold; }
.font-semi-bold { font-weight: 600; }
.font-italic { font-style: italic; }
.font-symbol { font-family: 'Segoe UI Symbol'; font-weight: normal; font-style: normal; }