/* ==========================================================================
   धर्म का अरुणोदय - HINDI CUSTOM TYPOGRAPHY OVERRIDES
   ========================================================================== */

/* Import core layout from English book.css */
@import url("./book.css");

:root {
  /* Override core font stacks for Devanagari script */
  --font-family-base: "Poppins", "Noto Sans Devanagari", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Headings and key accents using the Tiro Devanagari literary font */
.book-title-h1,
.section-title,
.perspective-title,
.discover-card-title,
.character-name,
.place-name,
.timeline-title,
.faq-question,
.buy-cta-title,
.author-bio-title {
  font-family: "Tiro Devanagari Hindi", "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.35;
}

/* Adjust article body line height for readable Hindi script */
.about-book-article {
  font-family: "Poppins", "Noto Sans Devanagari", sans-serif;
  line-height: 1.85;
  font-size: 1rem;
}

.perspective-text {
  font-family: "Tiro Devanagari Hindi", serif;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.6;
}

.book-one-liner {
  font-family: "Tiro Devanagari Hindi", serif;
  font-style: normal;
  font-size: 1.45rem;
}
