@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300;
    src: local('Segoe UI Light'), url('../fonts/segoeui/SegoeUI-Light.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI';
    font-style: italic;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/segoeui/SegoeUI-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI'), url('../fonts/segoeui/SegoeUI.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    src: local('Segoe UI Semibold'), url('../fonts/segoeui/SegoeUI-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: bold;
    src: local('Segoe UI Bold'), url('../fonts/segoeui/SegoeUI-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI';
    font-style: italic;
    font-weight: bold;
    src: local('Segoe UI Bold Italic'), url('../fonts/segoeui/SegoeUI-BoldItalic.woff') format('woff');
}
