/* Locale script fallbacks only (ar / hi / ml). EN brand --font stays primary.
   Tagalog uses Latin system stack — do not link this file on tl pages. */
@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;600;700&family=Noto+Sans+Devanagari:wght@400;600;700&family=Noto+Sans+Malayalam:wght@400;600;700&display=swap');

html[lang='ar'] {
  --font: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
    'Noto Naskh Arabic', Tahoma, sans-serif;
}

html[lang='hi'] {
  --font: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
    'Noto Sans Devanagari', sans-serif;
}

html[lang='ml'] {
  --font: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
    'Noto Sans Malayalam', sans-serif;
}
