/* Import Noto Nastaliq Urdu from Google Fonts */
@import url('https://fonts.bunny.net/css2?family=Noto+Nastaliq+Urdu&display=swap');

/* Urdu Typography Reset and Base Styles */
:lang(ur) {
  font-family: 'Noto Nastaliq Urdu', serif;
  direction: rtl;
  text-align: right;
  line-height: 1.6;
}

/* Apply to all elements within Urdu content */
:lang(ur) body {
  font-family: 'Noto Nastaliq Urdu', serif;
  direction: rtl;
  text-align: right;
  line-height: 1.6;
}

:lang(ur) figcaption p {
  text-align: center !important;
}
