@font-face {
    font-family: 'Segoe UI';
    src:url('./Segoe UI.woff2') format('woff2'),
    url('./Segoe UI.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

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