@font-face {
    font-family: 'NeoSansArabicRegular';
    src: url('../fonts/NeoSansArabic.woff2') format('woff2'),
         url('../fonts/NeoSansArabic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSansArabicBold';
    src: url('../fonts/NeoSansArabic-Bold.woff2') format('woff2'),
         url('../fonts/NeoSansArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* Unified family for modern components while preserving legacy family names. */
@font-face {
    font-family: 'NeoSansArabic';
    src: url('../fonts/NeoSansArabic.woff2') format('woff2'),
         url('../fonts/NeoSansArabic.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSansArabic';
    src: url('../fonts/NeoSansArabic-Bold.woff2') format('woff2'),
         url('../fonts/NeoSansArabic-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
