
@font-face {
    font-family: Segoe UI;
    font-weight: 200;
    src: local("Segoe UI Light")
}

@font-face {
    font-family: Segoe UI;
    font-weight: 300;
    src: local("Segoe UI Semilight")
}

@font-face {
    font-family: Segoe UI;
    font-weight: 400;
    src: local("Segoe UI")
}

@font-face {
    font-family: Segoe UI;
    font-weight: 600;
    src: local("Segoe UI Semibold")
}

@font-face {
    font-family: Segoe UI;
    font-weight: 700;
    src: local("Segoe UI Bold")
}

@font-face {
    font-family: Segoe UI;
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic")
}

@font-face {
    font-family: Segoe UI;
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic")
}


@font-face {
    font-family: Urufont;
    src: url(../dinot-fonts/Urufont-Bold.eot);
    src: url(../dinot-fonts/Urufont-Bold.woff2) format("woff2"),url(../dinot-fonts/Urufont-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

* {
    font-family: Segoe UI;
    font-weight: 400
}