/* Vazirmatn — only the 5 weights actually used by templates (400/500/600/700/800).
   Trimmed from 9 weights on 2026-05-10 — saves ~200 KB of font payload on first
   page load. The other .woff2 files are still on disk if we ever need them. */

@font-face {
  font-family: Vazirmatn;
  src: url("fonts/webfonts/Vazirmatn-Regular.cdc140628f11.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("fonts/webfonts/Vazirmatn-Medium.dd2193b32cbe.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("fonts/webfonts/Vazirmatn-SemiBold.9260c1927872.woff2") format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("fonts/webfonts/Vazirmatn-Bold.7958481fe611.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("fonts/webfonts/Vazirmatn-ExtraBold.a0f99309cd35.woff2") format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
