@font-face {
    font-family: 'Segoe UI';
    src: url('segoeui-bolditalic.woff2') format('woff2'),
        url('segoeui-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('segoeui-italic.woff2') format('woff2'),
        url('segoeui-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('segoeui-bolditalic.woff2') format('woff2'),
        url('segoeui-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('segoeui-bold.woff2') format('woff2'),
        url('segoeui-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('segoeui.woff2') format('woff2'),
        url('segoeui.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

