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

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

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

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