/* فونت وزیرمتن — فایل‌های woff2 را از https://github.com/rastikerdar/vazirmatn دانلود و در همین پوشه قرار دهید. */
@font-face {
  font-family: "Vazirmatn";
  src: url("./Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("./Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("./Vazirmatn-ExtraBold.woff2") format("woff2");
  font-weight: 800 900;
  font-display: swap;
}
