@font-face {
  font-family: 'iransans';
  src: url('iransans.woff') format('woff');
}
body {
  font-family: 'iransans';
}
@media only screen and (max-width: 992px) {
  
  .header-bg {
      filter: brightness(40%);
  }
}