@font-face {
  font-family: 'Shabnam';
  src: url('Shabnam-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*{
    font-family: Shabnam, "Shabnam", Tahoma, sans-serif;
    line-height: 1.6;
}
