/* Extra Persian UI fonts — self-hosted (only families with files on disk). */

@font-face {
  font-family: 'IRANSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./iransans/IRANSans.woff2') format('woff2'),
       url('./iransans/IRANSans.woff') format('woff');
}

@font-face {
  font-family: 'Shabnam';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./shabnam/Shabnam.woff2') format('woff2');
}
@font-face {
  font-family: 'Shabnam';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./shabnam/Shabnam-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Samim';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./samim/Samim.woff2') format('woff2');
}
@font-face {
  font-family: 'Samim';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./samim/Samim-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Sahel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./sahel/Sahel.woff2') format('woff2');
}
@font-face {
  font-family: 'Sahel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./sahel/Sahel-Bold.woff2') format('woff2');
}
