@font-face{
    font-family: 'Segoeui';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/segoeui_regular.woff') format('woff'),
        url('../fonts/segoeui_regular.ttf') format('truetype');
}
@font-face{
    font-family: 'Segoeui';
    font-weight: bold;
    src: url('../fonts/segoeui_bold.woff') format('woff'),
        url('../fonts/segoeui_bold.ttf') format('truetype');
}
@font-face{
    font-family: 'Segoeui';
    font-style: italic;
    src: url('../fonts/segoeui_italic.woff') format('woff'),
        url('../fonts/segoeui_italic.ttf') format('truetype');
}
@font-face{
    font-family: 'Segoeui';
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/segoeui_bolditalic.woff') format('woff'),
        url('../fonts/segoeui_bolditalic.ttf') format('truetype');
}