/* Vazir font CSS - locally hosted */
/* To use this file, download the Vazir font files and place them in the public/fonts directory */
/* with these exact names: Vazir-Regular.woff2, Vazir-Medium.woff2, Vazir-Bold.woff2 */

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

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

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