/* Urdu — RTL maroon/gold theme */
:root {
  --green:       #7a1f2b;
  --green-dark:  #4c1219;
  --green-light: #a83242;
  --green-rgb:       122, 31, 43;
  --green-dark-rgb:  76, 18, 25;
  --gold:        #c9a227;
  --gold-light:  #e0c35a;
  --blue:        #7a1f2b;
  --bg:          #f7f3f1;
  --surface:     #ffffff;
  --text:        #2a1c1e;
  --muted:       #6e5558;
  --border:      #ead9dc;
  --shadow-lg:   0 8px 32px rgba(122,31,43,0.12);
  --font-sindhi: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", serif;
  --font-ui:     "Noto Nastaliq Urdu", serif;
}

body {
  font-family: var(--font-sindhi);
  font-size: 1.08rem;
  line-height: 2;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-sindhi);
}
@font-face {
  font-family: "Jameel Noori Nastaleeq";
  src: url("../fonts/Jameel_Noori_Nastaleeq.ttf") format("truetype");
  font-display: swap;
}
