/* IRANSans Web Font — self-hosted woff2
   Source: https://github.com/akiarostami/iransans (GPL)
   Used for Persian/RTL text in the Tiras brand.
   FaNum variants include Persian-shaped numerals (۰۱۲۳…). */

@font-face {
  font-family: 'IRANSans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./IRANSansWeb_Light.woff2') format('woff2');
}
@font-face {
  font-family: 'IRANSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./IRANSansWeb.woff2') format('woff2');
}
@font-face {
  font-family: 'IRANSans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./IRANSansWeb_Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'IRANSans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./IRANSansWeb_Bold.woff2') format('woff2');
}

/* FaNum variant — opt-in for contexts needing Persian numerals */
@font-face {
  font-family: 'IRANSans FaNum';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./IRANSansWeb_FaNum.woff2') format('woff2');
}
@font-face {
  font-family: 'IRANSans FaNum';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./IRANSansWeb_Medium_FaNum.woff2') format('woff2');
}
@font-face {
  font-family: 'IRANSans FaNum';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./IRANSansWeb_Bold_FaNum.woff2') format('woff2');
}
