/* Local Vazirmatn font (served from assets/font/webfonts) */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: block; /* prevent flash by waiting briefly for the font */
  src:
    local("Vazirmatn"),
    url("./font/webfonts/Vazirmatn[wght].woff2") format("woff2");
}

:root {
  /* keep the existing variable name but default to Vazirmatn */
  --font-iran-yekan: "Vazirmatn", "Tahoma", "Segoe UI", "Arial", sans-serif;
}
