@font-face {
    font-family: 'Segoe';
    src:  url('Segoe UI.ttf?dppcw6') format('truetype');
}

@font-face {
    font-family: 'Segoe';
    src:  url('Segoe UI Bold.ttf?dppcw6') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Segoe';
    src:  url('Segoe UI Italic.ttf?dppcw6') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'Segoe';
    src:  url('Segoe UI Bold Italic.ttf?dppcw6') format('truetype');
    font-weight: bold;
    font-style: italic;
}