@font-face {
  font-family: 'BHoma';
  src: url('../fonts/BHoma.woff2') format('woff2'),
       url('../fonts/BHoma.woff') format('woff'),
       url('../fonts/BHoma.ttf') format('truetype'),
       url('../fonts/BHoma.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* اعمال فونت روی کل سایت */
body, p, a, span, div, h1, h2, h3, h4, h5, h6 {
  font-family: 'BHoma', sans-serif !important;
}
