@font-face {
    font-family: "Roobert-Regular";
    src:
        url("../../../fonts/roobert/Roobert-Regular.ttf") format("truetype");
        url("../../../fonts/roobert/Roobert-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Roobert-Heavy";
    src:
        url("../../../fonts/roobert/Roobert-Heavy.ttf") format("truetype");
        url("../../../fonts/roobert/Roobert-Heavy.otf") format("opentype");
}

@font-face {
    font-family: "Roobert-Medium";
    src:
        url("../../../fonts/roobert/Roobert-Medium.ttf") format("truetype");
        url("../../../fonts/roobert/Roobert-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Roobert-Bold";
    src:
        url("../../../fonts/roobert/Roobert-Bold.ttf") format("truetype");
        url("../../../fonts/roobert/Roobert-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Roobert-Regular";
    font-weight: 700;
    src:
        url("../../../fonts/roobert/Roobert-Bold.ttf") format("truetype");
        url("../../../fonts/roobert/Roobert-Bold.otf") format("opentype");
}

:root {
    font-variant-ligatures: none;
}
