/* Local Vazirmatn — place .ttf files in /static/fonts/vazirmatn/ (see README there). */

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

@font-face {
  font-family: vazirmatn;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/vazirmatn/Vazirmatn-Medium.ttf") format("truetype");
}

@font-face {
  font-family: vazirmatn;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/vazirmatn/Vazirmatn-SemiBold.ttf") format("truetype");
}

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