
@font-face {
  font-family: 'Noto Nastaliq Urdu';
  src: url('{{ "NotoNastaliqUrdu-Regular.woff2" | asset_url }}') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.urdu-text {
  font-family: 'Noto Nastaliq Urdu', serif;
  direction: rtl;
  font-size: 1.2rem;
  line-height: 1.8;
}
