@font-face {
    font-family: segoe-regular;
    src: url('../font/Segoe-Regular/SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('../font/Segoe-Regular/SegoeUI.woff') format('woff'),
    url('../font/Segoe-Regular/SegoeUI.ttf') format('truetype');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: segoe-bold;
    font-display: swap;
    src: url('../font/Segoe-Bold/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/Segoe-Bold/SegoeUI-Bold.woff') format('woff'),
    url('../font/Segoe-Bold/SegoeUI-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: segoe-semi-bold;
    font-display: swap;
    src: url('../font/Segoe-SemiBold/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../font/Segoe-SemiBold/SegoeUI-SemiBold.woff') format('woff'),
    url('../font/Segoe-SemiBold/SegoeUI-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: segoe-italic;
    font-display: swap;
    src: url('../font/Segoe-Italic/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
    url('../font/Segoe-Italic/SegoeUI-Italic.woff') format('woff'),
    url('../font/Segoe-Italic/SegoeUI-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: segoe-bold-italic;
    font-display: swap;
    src: url('../font/Segoe-Bold-Italic/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../font/Segoe-Bold-Italic/SegoeUI-BoldItalic.woff') format('woff'),
    url('../font/Segoe-Bold-Italic/SegoeUI-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}