/* ───────────────────────────────────────────────────────────────────────────
   Dhivehi (Thaana) support — shared across all ANooruAN pages.
   To change the Dhivehi font everywhere, just swap the @font-face src below.
   Keep the family name "Dhivehi" so the per-page font stacks keep working.
   ─────────────────────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Dhivehi';
  src: url('/fonts/MV_Waheed.otf') format('opentype');
  unicode-range: U+0780-07BF, U+FDF2, U+FDFD; /* Thaana block */
  font-display: swap;
}

/* Auto-direction: render RTL when the text starts with a Thaana (or other RTL)
   character, LTR otherwise. Covers all text-entry fields app-wide. */
input,
textarea,
select {
  unicode-bidi: plaintext;
}
