/**
 * فونت Vazirmatn — فایل‌های محلی (بدون وابستگی به Google Fonts)
 */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/vazirmatn/Vazirmatn-VariableFont_wght.ttf")
    format("truetype-variations");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Vazirmatn"),
    url("/fonts/vazirmatn/Vazirmatn-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("Vazirmatn Bold"),
    url("/fonts/vazirmatn/Vazirmatn-Bold.ttf") format("truetype");
}

.font-vazirmatn {
  font-family: "Vazirmatn", ui-sans-serif, system-ui, sans-serif;
}
