@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoeui.ttf') format('truetype'); /* Regular font file */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/segoeuibd.ttf') format('truetype'); /* Bold font file */
    font-weight: bold;
    font-style: normal;
}
