  @charset "UTF-8";

/* extra-light */
@font-face {
    font-family: "mobo";
    src: url("/products/infrastructure/jfescrum/assets/fonts/MOBO-ExtraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}
/* normal */
@font-face {
    font-family: "mobo";
    src: url("/products/infrastructure/jfescrum/assets/fonts/MOBO-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
/* semi-bold */
@font-face {
    font-family: "mobo";
    src: url("/products/infrastructure/jfescrum/assets/fonts/MOBO-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}
/* bold */
@font-face {
    font-family: "mobo";
    src: url("/products/infrastructure/jfescrum/assets/fonts/MOBO-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}