@font-face {
    font-family: 'Avenir Arabic';
    src: url('AvenirArabic-Light.woff2') format('woff2'),
        url('AvenirArabic-Light.woff') format('woff'),
        url('AvenirArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Arabic';
    src: url('AvenirArabic-Medium.woff2') format('woff2'),
        url('AvenirArabic-Medium.woff') format('woff'),
        url('AvenirArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Arabic';
    src: url('AvenirArabic-Book.woff2') format('woff2'),
        url('AvenirArabic-Book.woff') format('woff'),
        url('AvenirArabic-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Arabic';
    src: url('AvenirArabic-Black.woff2') format('woff2'),
        url('AvenirArabic-Black.woff') format('woff'),
        url('AvenirArabic-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Arabic';
    src: url('AvenirArabic-Heavy.woff2') format('woff2'),
        url('AvenirArabic-Heavy.woff') format('woff'),
        url('AvenirArabic-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

