@font-face {
    font-family: 'Expo Arabic semibold';
    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 Book';
    src: url('../fonts/ExpoArabic-Book.woff2') format('woff2'),
        url('../fonts/ExpoArabic-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
