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

/* Thin */
@font-face {
  font-family: 'Vazir';
  src: url('/assets/font/Vazir-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'Vazir';
  src: url('/assets/font/Vazir-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

/* متغیر عمومی */
:root {
  --fa-font: 'Vazir', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
