/* Vedānta Library shared reading typography.
   Keep the default at the normal browser reading baseline. Each page's
   existing A− / A+ control scales the root font-size, so every rem-based
   reading size responds without changing individual verse files. */
:root {
  --vl-reading-size: 1rem;
}

body {
  font-size: var(--vl-reading-size);
}

/* Keep introduction and explanatory prose at the same reading baseline
   across DDV, AA, and Subrahmaṇya Bhujaṅgam. */
.home-section p,
.sources-section p {
  font-size: 1em;
  line-height: 1.87;
}

/* DDV and SBS share this commentary structure; keep its body text aligned
   while allowing each text to retain its own color and verse theme. */
.commentary-block p {
  font-size: 1em;
  line-height: 1.78;
}
