/*
 * Vazirmatn (Persian / Arabic) self-hosted webfont.
 *
 * The font binary is intentionally NOT committed. Download the variable woff2
 * into ./fonts/ before relying on Vazirmatn (see ./fonts/README.md). Until then
 * the UI falls back to the system Arabic-script font, which renders Persian and
 * Arabic acceptably. Persian/Arabic digits come from Intl (src/helpers/format.ts),
 * not from a font-level digit substitution, so they render regardless of font.
 */
@font-face {
  font-family: "Vazirmatn";
  src: url("./fonts/Vazirmatn[wght].woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
