/* Local @font-face declarations */
@font-face {
  font-family: "Inter Local";
  src: url("../fonts/inter.woff2") format("woff2");
  font-weight: 100 900; /* variable weight range */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Nastaliq Local";
  src: url("../fonts/noto-nastaliq.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* If you also have Bold, duplicate this block with font-weight:700 and src pointing to the bold file. */
  /* Optional:
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+1EE00-1EEFF;
  */
}