@font-face {
  font-family: 'Yekan Bakh';
  src: url('fonts/yekanbakh/YekanBakh-Regular.woff2') format('woff2'),
       url('fonts/yekanbakh/YekanBakh-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Yekan Bakh';
  src: url('fonts/yekanbakh/YekanBakh-Bold.woff2') format('woff2'),
       url('fonts/yekanbakh/YekanBakh-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* فونت را روی کل سایت اعمال کن */
body, button, input, textarea {
  font-family: 'Yekan Bakh', sans-serif !important;
}
