/*
 * Vazirmatn, self-hosted.
 *
 * The approved design files load this font from Google Fonts / jsDelivr.
 * That is not safe for a store serving Iranian customers: both CDNs are
 * unreliable or blocked from inside Iran, and when the request hangs the
 * page renders in the Tahoma fallback after a visible delay.
 *
 * Place these four files in assets/fonts/ :
 *   Vazirmatn-Regular.woff2   (400)
 *   Vazirmatn-Medium.woff2    (500)
 *   Vazirmatn-SemiBold.woff2  (600)
 *   Vazirmatn-Bold.woff2      (700)
 *
 * Download: https://github.com/rastikerdar/vazirmatn/releases
 * Licence: SIL Open Font License 1.1 — free to self-host and redistribute.
 *
 * Until the files are uploaded, the theme falls back to the CDN
 * automatically and shows a notice in wp-admin.
 */

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

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

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

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