/* ── Abar Font — Persian typeface
   فایل‌های فونت در static/fonts/abar/static/high/ هستند
   ──────────────────────────────────────────────────────────────── */

/* Regular (400) */
@font-face {
  font-family: 'Abar';
  src: url('../fonts/abar/static/high/Abar-High-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* SemiBold (600) */
@font-face {
  font-family: 'Abar';
  src: url('../fonts/abar/static/high/Abar-High-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: 'Abar';
  src: url('../fonts/abar/static/high/Abar-High-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold (800) */
@font-face {
  font-family: 'Abar';
  src: url('../fonts/abar/static/high/Abar-High-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: 'Abar';
  src: url('../fonts/abar/static/high/Abar-High-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Vazirmatn — fallback از Google Fonts (CDN) */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');
