/* Arabic: remap Curistic* families to SomarSans (loaded after CUFonts.css) */
@font-face {
    font-family: "SomarSans";
    src: url("SomarSans.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CuristicLightItalic";
    src: url("SomarSans.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: "CuristicSemiBold";
    src: url("SomarSans.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "CuristicExtraBold";
    src: url("SomarSans.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
