/* JOST* */

/* @font-face {
    font-family: "Almarai";
    src: url("Roboto-Black.woff") format("woff"),
         url("Roboto-Black.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;

} */

@font-face {
    font-family: "Roboto";
    src: url("Roboto-Black.woff") format("woff"),
         url("Roboto-Black.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: "Almarai-Bold";
    src: local("Almarai Bold"),
         url("Almarai-Bold.woff") format("woff"),
         url("Almarai-Bold.otf") format("otf");
    font-weight:bold;
    font-style: normal;

}

@font-face {
    font-family: "Almarai-Light";
    src: local("Almarai Light"), 
         url("Almarai-Light.woff") format("woff"),
         url("Almarai-Light.otf") format("otf");
    font-weight:lighter;
    font-style: normal;

}