/* ===============================
   Noto Kufi Arabic
   =============================== */

@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/fonts/NotoKufiArabic-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/fonts/NotoKufiArabic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===============================
   Noto Naskh Arabic
   =============================== */

/* noto-naskh-arabic-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Noto Naskh Arabic';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/NotoNaskhArabic-Regular.woff2') format('woff2');
}
/* noto-naskh-arabic-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Noto Naskh Arabic';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/NotoNaskhArabic-Bold.woff2') format('woff2');
}