/* Login-only local font bundle: two physical files instead of six weight files. */
@font-face {
  font-family: Vazirmatn;
  src: url('../../cssn/fonts/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vazirmatn;
  src: url('../../cssn/fonts/vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
