@font-face {
  font-family: 'weizmann';
  src: url('/static/fonts/Weizmann-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'BentonSans';
  src: url('/static/fonts/BentonSans-Regular.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'BentonSans';
  src: url('/static/fonts/BentonSans-Book.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Assistant';
  src: url('/static/fonts/Assistant-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Assistant';
  src: url('/static/fonts/Assistant-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'EzerDoo';
  src: url('/static/fonts/EzerDoo-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face{
  font-family: 'GoogleSans';
  src: url('/static/fonts/GoogleSans-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'GoogleSans';
  src: url('/static/fonts/GoogleSans-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Ploni-Maccabi';
  src: url('/static/fonts/ploni-maccabi-regular-aaa.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'Ploni-Maccabi';
  src: url('/static/fonts/ploni-maccabi-bold-aaa.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'Almoni-tzar';
  src: url('/static/fonts/almoni-tzar-regular.otf') format('opentype');
}

@font-face {
  font-family: 'SimplerPro-HLAR';
  src: url('/static/fonts/SimplerPro_HLAR-Black.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'SIMPLERPRO-LEUMI-H';
  src: url('/static/fonts/SIMPLERPRO_LEUMI_H-REGULAR.OTF') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'SimplerProV3';
  src: url('/static/fonts/SimplerPro_V3-Black.otf') format('opentype');
  font-weight: bolder;
}