@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/* Public typography layer: family only; page-specific sizing and styling stay intact. */
:where(html, body, button, input, select, textarea, body *) {
  font-family: "Quicksand", system-ui, sans-serif !important;
}

/* Preserve purpose-built Arabic glyphs for Qur'an, dzikir, and Arabic ornaments. */
:where(
  [dir="rtl"], [dir="rtl"] *, [lang="ar"], [lang="ar"] *,
  .ar, .ar *, .a-ar, .s-ar, .dz-ar, .ht-ar, .bism-line,
  .hero-bism, .hero-bismillah, .sed-ayah, .ayah-quote, .kr-ar,
  .ec-ar, .ar-mark
) {
  font-family: "Scheherazade New", "Amiri", serif !important;
}

:where(code, pre, kbd, samp) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
}
