@font-face {
    font-family: 'FoodiFOT';
    src: url('FoodiFOT-Light.woff2') format('woff2'),
        url('FoodiFOT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FoodiFOT';
    src: url('FoodiFOT-Bold.woff2') format('woff2'),
        url('FoodiFOT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FoodiFOT';
    src: url('FoodiFOT-Regular.woff2') format('woff2'),
        url('FoodiFOT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe Hebrew';
    src: url('AdobeHebrew-Regular.woff2') format('woff2'),
        url('AdobeHebrew-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FoodiFOT';
    src: url('FoodiFOT-Black.woff2') format('woff2'),
        url('FoodiFOT-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

