/* Add custom CSS styles below */ 
/* 1. تعريف الخط */
@font-face {
    font-family: 'ExpoArabic';
    src: url('/assets/ExpoArabic-Regular.woff2') format('woff2'),
         url('/assets/ExpoArabic-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

/* 2. إجبار الخط على كل حاجة في الموقع */
html, body,
body *:not(i):not([class*="icon"]):not(.fa):not(.fas):not(.far):not(.fal):not(.fad) {
    font-family: 'ExpoArabic', 'Expo Arabic', sans-serif !important;
}