/* Using the theme's local "Vazir" webfont family in place of Vazirmatn (CDN font files unavailable) */
@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazir-Thin-FD-WOL.woff2') format('woff2'),
       url('../fonts/Vazir-Thin-FD-WOL.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazir-Light-FD-WOL.woff2') format('woff2'),
       url('../fonts/Vazir-Light-FD-WOL.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazir-FD-WOL.woff2') format('woff2'),
       url('../fonts/Vazir-FD-WOL.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazir-Medium-FD-WOL.woff2') format('woff2'),
       url('../fonts/Vazir-Medium-FD-WOL.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazir-Bold-FD-WOL.woff2') format('woff2'),
       url('../fonts/Vazir-Bold-FD-WOL.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
