@font-face {
    font-family: 'Arial Hebrew';
    src: url('arial-hebrew-light.woff2') format('woff2'),
        url('arial-hebrew-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Hebrew';
    src: url('arial-hebrew.woff2') format('woff2'),
        url('arial-hebrew.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Hebrew';
    src: url('arial-hebrew-bold.woff2') format('woff2'),
        url('arial-hebrew-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}