@font-face {
    font-family: 'Segoe UI';
    src: url('../../fonts/Segoe\ UI.ttf')
    format("truetype");
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../../fonts/Segoe\ UI\ Bold.ttf')
    format("truetype");
}

@font-face {
    font-family: 'Segoe UI Italic';
    src: url('../../fonts/Segoe\ UI\ Italic.ttf')
    format("truetype");
}

@font-face {
    font-family: 'Segoe UI Bold Italic';
    src: url('../../fonts/Segoe\ UI\ Bold\ Italic.ttf')
    format("truetype");
}

@font-face {
    font-family: 'Walkway';
    src: url('../../fonts/Walkway.ttf')
    format("truetype");
}