/* ===========================================================================
   Banooyi — Webfonts
   Body family: Vazirmatn (shipped — the uploaded Vazir* woff2 files).
   Heading family: Estedad (NOT provided). We declare the family but fall back
   to Vazirmatn 700. See readme.md → VISUAL FOUNDATIONS for the substitution note.
   =========================================================================== */

@font-face {
  font-family: "Vazirmatn";
  src: url("../../fonts/Vazir-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../../fonts/Vazir-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../../fonts/Vazir.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../../fonts/Vazir-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../../fonts/Vazir-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Heading family alias. Estedad binaries were not provided, so "Estedad"
   resolves to Vazirmatn here. Drop real Estedad woff2 files into assets/fonts/
   and add @font-face rules named "Estedad" to upgrade headings. */
@font-face {
  font-family: "Estedad";
  src: url("../../fonts/Vazir-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("../../fonts/Vazir-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
