/*
Narengi Pro fonts are considered a proprietary software. To gain information
about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (KBMJU7GR)
--------------------------------------------------------------------------------------
*/

/* Why the site font is declared HERE and not in styles.css
   -------------------------------------------------------
   The foundry asks for the notice above to sit in the line before the
   @font-face code, in a css file. Angular's production build minifies
   styles.css and strips comments — including bang («slash-star-bang») comments,
   which was tried first and also removed. This file is copied to the output
   verbatim as an asset and linked from index.html, so the notice reaches the
   browser exactly as required instead of falling back on the foundry's
   "skip it if your tooling won't allow it" exemption.

   Licence: «نامحدود — فونت نارنگی», issued 1405/06/21 to پیام ریاضی خواه,
   code KBMJU7GR. Full notice in FontLicense.txt beside this file.

   These are the BASE Narengi faces, not NarengiFaNum. The two differ only in
   U+0030-0039: the base draws Latin digits, FaNum draws Persian ones. This app
   wants Latin digits everywhere — lab values, blood pressures, doses. */

@font-face {
  font-family: "narengi";
  src: url("Narengi-Regular.woff2") format("woff2"),
       url("Narengi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "narengi";
  src: url("Narengi-Medium.woff2") format("woff2"),
       url("Narengi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "narengi";
  src: url("Narengi-Semibold.woff2") format("woff2"),
       url("Narengi-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "narengi";
  src: url("Narengi-Bold.woff2") format("woff2"),
       url("Narengi-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Kept only so that anything still asking for the old family by name lands on
   Narengi rather than on the browser's default sans. Nothing in the app should
   reference it; it is a safety net for stray inline styles. */
@font-face {
  font-family: "iran-sans";
  src: url("Narengi-Regular.woff2") format("woff2"),
       url("Narengi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "iran-sans";
  src: url("Narengi-Bold.woff2") format("woff2"),
       url("Narengi-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
