/* Import Faagathi Dheli from Bunny Fonts */
@import url('https://fonts.bunny.net/css2?family=Faagathi+Dheli:wght@400;700&display=swap');

/* Dhivehi (Thaana) Typography */
:lang(dv),
:lang(dv) body {
  direction: rtl;
  text-align: right;
  line-height: 1.6;

  font-family:
    'Faagathi Dheli',   /* Primary web font */
    'MV Boli',          /* Common Windows Dhivehi font */
    'FreeSerif',        /* Broad Unicode support */
    'Arial',            /* Fallback sans-serif system font */
    sans-serif;
}

/* Center captions */
:lang(dv) figcaption p {
  text-align: center !important;
}
