@font-face {
	font-family: 'Roboto400';
	src:url('../assets/fonts/global/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto700';
	src:url('../assets/fonts/global/Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NotoSansRegular';
	src:url('../assets/fonts/global/NotoSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HeeboRegular';
	src: url('../assets/fonts/global/Heebo-VariableFont_wght.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HeeboLight';
	src: url('../assets/fonts/global/Heebo-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HeeboBold';
	src: url('../assets/fonts/global/Heebo-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ArabicRegular';
	src: url('../assets/fonts/global/Noto_Sans_Arabic/static/NotoSansArabic-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ArabicLight';
	src: url('../assets/fonts/global/Noto_Sans_Arabic/static/NotoSansArabic-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ArabicBold';
	src: url('../assets/fonts/global/Noto_Sans_Arabic/static/NotoSansArabic-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

  
  @font-face{
	font-family:"Roboto";
	src: url("../assets/fonts/global/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face{
	font-family:"Roboto";
	src: url("../assets/fonts/global/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: "Roboto";
	src: url("../assets/fonts/global/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
  }
  

/*# sourceMappingURL=fonts.css.map*/