@font-face {
  font-family: "din";
  src: url('../fonts/din/ArbFONTS-DINNextLTArabic-Heavy-1.ttf');
  font-weight: 700;
}

@font-face {
  font-family: "din";
  src: url('../fonts/din/ArbFONTS-DINNextLTArabic_Regular_3.ttf');
  font-weight: 500;
}

@font-face {
  font-family: "din";
  src: url('../fonts/din/ArbFONTS-DINNextLTArabic_Bold.ttf');
  font-weight: 900;
}

* {
  font-family: "din" , sans-serif ;
}