/* Regular Weight */
@font-face {
  font-family: 'Noto Nastaliq Urdu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NotoNastaliqUrdu-Regular.woff2') format('woff2');
}

/* Bold Weight */
@font-face {
  font-family: 'Noto Nastaliq Urdu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/NotoNastaliqUrdu-Bold.woff2') format('woff2');
}