@font-face {
    font-family: 'Expo Arabic';
    src: url('../fonts/ExpoArabic-SemiBold.woff2') format('woff2'),
    url('../fonts/ExpoArabic-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expo Arabic';
    src: url('../fonts/ExpoArabic-Medium.woff2') format('woff2'),
        url('../fonts/ExpoArabic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Expo Arabic Book';
    src: url('../fonts/ExpoArabic-Book.woff2') format('woff2'),
    url('../fonts/ExpoArabic-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expo Arabic';
    src: url('../fonts/ExpoArabic-Light.woff2') format('woff2'),
        url('../fonts/ExpoArabic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


