/* Yekan Bakh Font - Using local font files from woff2 and woff directories */
@font-face {
  font-family: 'Yekan Bakh';
  src: url('/fonts/woff2/YekanBakh-Regular.woff2') format('woff2'),
       url('/fonts/woff/YekanBakh-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

