/* Shabnam Regular */
@font-face {
  font-family: 'Shabnam-FD';
  src: url('fonts/ar/Shabnam-FD.eot');
  src: url('fonts/ar/Shabnam-FD.eot?#iefix') format('embedded-opentype'),
       url('fonts/ar/Shabnam-FD.woff') format('woff'),
       url('fonts/ar/Shabnam-FD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Shabnam Light */
@font-face {
  font-family: 'Shabnam-FD';
  src: url('fonts/ar//Shabnam-Light-FD.eot');
  src: url('fonts/ar/Shabnam-Light-FD.eot?#iefix') format('embedded-opentype'),
       url('fonts/ar/Shabnam-Light-FD.woff') format('woff'),
       url('fonts/ar/Shabnam-Light-FD.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Shabnam Bold */
@font-face {
  font-family: 'Shabnam-FD';
  src: url('fonts/ar/Shabnam-Bold-FD.eot');
  src: url('fonts/ar/Shabnam-Bold-FD.eot?#iefix') format('embedded-opentype'),
       url('fonts/ar/Shabnam-Bold-FD.woff') format('woff'),
       url('fonts/ar/Shabnam-Bold-FD.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

html[lang="fa"] body,
html[lang="ar"] body{
  font-family: 'Shabnam-FD';
}