/*
 * REEID local Ubuntu font family
 * Source: Ubuntu Font Family 0.83
 */

@font-face {
    font-family: "Ubuntu";
    src: url("./Ubuntu-R.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("./Ubuntu-RI.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("./Ubuntu-M.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("./Ubuntu-B.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
