/* Self-hosted fonts — served from /fonts (public/fonts/*) so they ship with the repo. */

/* === IRAN (FaNum) — Persian body, Regular === */
@font-face {
  font-family: 'IRAN';
  font-style: normal;
  font-weight: 100 500;
  font-display: swap;
  src: url('/fonts/IRAN-Regular.ttf') format('truetype');
}

/* === IRAN (FaNum) — Persian body, Bold === */
@font-face {
  font-family: 'IRAN';
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url('/fonts/IRAN-Bold.ttf') format('truetype');
}

/* === Nian Black — Persian display / headings === */
@font-face {
  font-family: 'Nian';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Nian-Black.ttf') format('truetype');
}

/* === Univia Pro Medium — Latin sans === */
@font-face {
  font-family: 'Univia Pro';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/UniviaPro-Medium.otf') format('opentype');
}