/* YekanBakh base (Latin+Farsi digits mixed) */
@font-face {
  font-family: 'YekanBakh';
  src: url('../fonts/YekanBakh/YekanBakh-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh';
  src: url('../fonts/YekanBakh/YekanBakh-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh';
  src: url('../fonts/YekanBakh/YekanBakh-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh';
  src: url('../fonts/YekanBakh/YekanBakh-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Optional: Persian digits variant */
@font-face {
  font-family: 'YekanBakh FaNum';
  src: url('../fonts/YekanBakh/YekanBakhFaNum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh FaNum';
  src: url('../fonts/YekanBakh/YekanBakhFaNum-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Apply globally - keep existing fallbacks */
html, body {
  font-family: 'YekanBakh', 'YekanBakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}


