/*
 * Optional licensed IranSans web-font hook.
 * IranSans is distributed by FontIran under a separate license, so this
 * project does not redistribute an unlicensed binary. Browsers that already
 * have the font installed use it immediately; otherwise the bundled
 * Vazirmatn fallback is used without a network request. When licensed
 * IRANSansWeb files are supplied, add their file URLs to these declarations.
 */
@font-face {
  font-family: "IRANSans";
  src: local("IRANSans"), local("IRANSansWeb");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IRANSans";
  src: local("IRANSans Bold"), local("IRANSansWeb_Bold");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:where(html, body, button, input, select, textarea) {
  font-family: "IRANSans", "Vazirmatn", Tahoma, sans-serif;
}
