/* Dhivehi / Thaana fonts — Faruma primary (Thaana glyphs only) */
@font-face {
  font-family: "Faruma";
  src:
    url("/fonts/Faruma.woff2") format("woff2"),
    url("/fonts/Faruma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0780-07BF;
}

@font-face {
  font-family: "MV Waheed";
  src: url("/fonts/MV_Waheed.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0780-07BF;
}

@font-face {
  font-family: "MV Faseyha";
  src: url("/fonts/MV_Faseyha.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0780-07BF;
}

/* Force Faruma stack on Dhivehi agreement surfaces */
.font-faruma,
.dv-agreement,
.agreement-lang-dv,
.agreement-pane[lang="dv"],
.agreement-pane[lang="dv"] *,
.prose-agreement.is-rtl,
.prose-agreement.is-rtl *,
.agreement-render.is-rtl,
.agreement-render.is-rtl *,
[lang="dv"],
[lang="dv"] *,
[dir="rtl"].agreement-pane,
[dir="rtl"].agreement-pane * {
  font-family: "Faruma", "MV Waheed", "MV Faseyha", "Noto Sans Thaana", sans-serif !important;
}
