:root {
    --arb-font-family: "ArbFONTS Droid Arabic Kufi", sans-serif;
}

@font-face {
    font-family: "ArbFONTS Droid Arabic Kufi";
    src: url("../fonts/ArbFONTS-Droid-Arabic-Kufi.ttf") format("truetype"),
         url("../fonts/ArbFONTS-Droid Arabic Kufi.ttf") format("truetype"),
         url("../fonts/ArbFONTS-DroidKufi-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ArbFONTS Droid Arabic Kufi";
    src: url("../fonts/ArbFONTS-Droid-Arabic-Kufi-Bold.ttf") format("truetype"),
         url("../fonts/ArbFONTS-Droid Arabic Kufi Bold.ttf") format("truetype"),
         url("../fonts/ArbFONTS-DroidKufi-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body,
body * {
    font-family: var(--arb-font-family) !important;
}

code,
pre,
kbd,
samp {
    font-family: monospace !important;
}
