/* Vazirmatn Professional Font Engine - Full Weight Matrix (100-900) */
@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 100 400;
  font-display: swap;
  src: url('/static/vazirmatn-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url('/static/vazirmatn-600.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url('/static/vazirmatn-700.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/static/vazirmatn-900.ttf') format('truetype');
}
