/* Specify the font-face for Vazir font */
@font-face {
  font-family: 'Vazir';
  src: url('Vazir-Light.woff2') format('woff2'),
       url('Vazir-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Apply the font to Persian text */
:lang(fa) {
  font-family: 'Vazir';
}

:lang(fa_IR) {
      font-family: 'Vazir';
}


:lang(farsi) {
      font-family: 'Vazir';
}