/* Local Vazirmatn font-face (offline, no CDN) */
@font-face {
  font-family: "Vazirmatn";
  src: url("./Vazirmatn-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("./Vazirmatn-Bold.ttf") format("truetype");
  font-style: normal;
  /* Cover common “bold” usages (700-800) in the existing UI */
  font-weight: 700 800;
  font-display: swap;
}

