/* Webfont */
@font-face {
    font-family: 'Segoe UI Webfont';
    src: url('SegoeUIThis-BoldItalic.woff2') format('woff2'),
        url('SegoeUIThis-BoldItalic.woff') format('woff'),
        url('SegoeUIThis-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Webfont';
    src: url('SegoeUIThis-Italic.woff2') format('woff2'),
        url('SegoeUIThis-Italic.woff') format('woff'),
        url('SegoeUIThis-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Webfont';
    src: url('SegoeUIThis.woff2') format('woff2'),
        url('SegoeUIThis.woff') format('woff'),
        url('SegoeUIThis.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Webfont';
    src: url('SegoeUIThis-Bold.woff2') format('woff2'),
        url('SegoeUIThis-Bold.woff') format('woff'),
        url('SegoeUIThis-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* Normal */
@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUIThis-BoldItalic.woff2') format('woff2'),
        url('SegoeUIThis-BoldItalic.woff') format('woff'),
        url('SegoeUIThis-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUIThis-Italic.woff2') format('woff2'),
        url('SegoeUIThis-Italic.woff') format('woff'),
        url('SegoeUIThis-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUIThis.woff2') format('woff2'),
        url('SegoeUIThis.woff') format('woff'),
        url('SegoeUIThis.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUIThis-Bold.woff2') format('woff2'),
        url('SegoeUIThis-Bold.woff') format('woff'),
        url('SegoeUIThis-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
