@font-face {
    font-family: 'Segoe-UI';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Segoe-UI.woff2') format('woff2'),
         url('../fonts/Segoe-UI.woff') format('woff');
}

@font-face {
    font-family: 'Segoe-UI';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Segoe-UI-Semibold.woff2') format('woff2'),
    url('../fonts/Segoe-UI-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Segoe-UI';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Segoe-UI-Bold.woff2') format('woff2'),
         url('../fonts/Segoe-UI-Bold.woff') format('woff');
}
