@font-face {
    font-family: 'Open Sans Hebrew';
    src:
        url('OpenSansHebrew-Light.woff2') format('woff2'),
        url('OpenSansHebrew-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src:
        url('OpenSansHebrew-Regular.woff2') format('woff2'),
        url('OpenSansHebrew-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src:
        url('OpenSansHebrew-Bold.woff2') format('woff2'),
        url('OpenSansHebrew-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}