/* فونت فارسی Vazirmatn - لوکال */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/static/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('/static/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

body {
  font-family: 'Vazirmatn', 'Tahoma', sans-serif !important;
}
* {
  font-family: 'Vazirmatn', 'Tahoma', sans-serif !important;
}
