/* ------ ROBOTO ------ */
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-ExtraLight.otf) format("opentype");

    font-weight: 100;
}
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-ExtraLightItalic.otf) format("opentype");

    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-Light.otf) format("opentype");

    font-weight: 300;
}
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-LightItalic.otf) format("opentype");

    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-Regular.otf) format("opentype");

    font-weight: 400;
}
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-Italic.otf) format("opentype");

    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-SemiBold.otf) format("opentype");

    font-weight: 500;
}
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-SemiBoldItalic.otf) format("opentype");

    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-Bold.otf) format("opentype");

    font-weight: 700;
}
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-BoldItalic.otf) format("opentype");

    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Cairo";
    src: url(./Cairo/Cairo-Black.otf) format("opentype");

    font-weight: 900;
}