@font-face {
  font-family:iran-sans;
  /* src: url("./Assets/Fonts/FontsFree-Net-ir_sans.ttf"); */
  src: url("./Assets/Fonts/FontsFree-Net-ir_sans.ttf");
}
@font-face {
  font-family:iran-sans-num;
  src: url("./Assets/Fonts/IRANSans\(FaNum\).ttf");
}
*{
  font-family:iran-sans-num!important;
}
body{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth!important;
}
a
{
  text-decoration: none!important;
  scroll-behavior: smooth!important;
}
html{
  scroll-behavior: smooth!important;
}