/* Noto Nastaliq Urdu - Complete Setup */

/* Urdu / Arabic */
@font-face {
  font-family: 'Noto Nastaliq Urdu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/css/urdu-fonts/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3SvoMC9Y.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFC;
}

/* Latin (for English text support) */
@font-face {
  font-family: 'Noto Nastaliq Urdu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/css/urdu-fonts/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3T_oM.woff2') format('woff2');
  unicode-range: U+0000-00FF;
}

/* Apply Urdu Font (ONLY where needed) */
.urdu-text {
  font-family: 'Noto Nastaliq Urdu', 'Segoe UI', Tahoma, sans-serif;
  direction: ltr;
  line-height: 2; /* important for Nastaliq spacing */
}