/* Vazirmatn - use local install only to avoid invalid/corrupt woff2 (POS was slow + decode errors).
   To ship the font: download from https://github.com/rastikerdar/vazirmatn/releases
   (variable TTF or webfonts), convert to woff2, put in public/assets/fonts/Vazirmatn-Variable.woff2
   and uncomment the url() line below. */
@font-face {
  font-family: 'Vazirmatn';
  src: local('Vazirmatn'), local('Vazir');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* Optional: uncomment when a valid Vazirmatn-Variable.woff2 is in public/assets/fonts/
  src: url('../fonts/Vazirmatn-Variable.woff2') format('woff2');
*/
