@font-face {
  font-family: "Heebo";
  src: url("../fonts/Heebo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
	font-family: "Alef";
	src: url("../fonts/Alef-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: "Alef";
	src: url("../fonts/Alef-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
  }

  @font-face {
    font-family: 'Asda';
    src: url('../fonts/Asda-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Asda';
    src: url('../fonts/Asda-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Asda';
    src: url('../fonts/Asda-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Asda';
    src: url('../fonts/Asda-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Noto Sans Hebrew;
    src: url('../fonts/NotoSansHebrew-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}