/**
 * Arabic UI typography — Montserrat Arabic (self-hosted).
 * Matches Laravel-Essentials-Starter admin-custom.css Arabic rules.
 */
html[lang="ar"],
html[dir="rtl"] {
  --ins-font-sans-serif: "Montserrat Arabic", "Noto Color Emoji", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", emoji !important;
  --ins-font-family-secondary: "Montserrat Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  --ins-body-font-family: "Montserrat Arabic", sans-serif !important;
}

html[lang="ar"] body,
html[dir="rtl"] body,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[lang="ar"] .h1,
html[lang="ar"] .h2,
html[lang="ar"] .h3,
html[lang="ar"] .h4,
html[lang="ar"] .h5,
html[lang="ar"] .h6,
html[dir="rtl"] .h1,
html[dir="rtl"] .h2,
html[dir="rtl"] .h3,
html[dir="rtl"] .h4,
html[dir="rtl"] .h5,
html[dir="rtl"] .h6,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ar"] button,
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] textarea,
html[dir="rtl"] button {
  font-family: "Montserrat Arabic", "Noto Color Emoji", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", emoji !important;
}

html[lang="ar"] body *,
html[dir="rtl"] body * {
  font-family: inherit !important;
}

html[lang="ar"] .ti,
html[lang="ar"] .ti:before,
html[lang="ar"] [class^="ti-"],
html[lang="ar"] [class*=" ti-"],
html[dir="rtl"] .ti,
html[dir="rtl"] .ti:before,
html[dir="rtl"] [class^="ti-"],
html[dir="rtl"] [class*=" ti-"] {
  font-family: "tabler-icons" !important;
}

html[lang="ar"] [class^="ri-"],
html[lang="ar"] [class*=" ri-"],
html[dir="rtl"] [class^="ri-"],
html[dir="rtl"] [class*=" ri-"] {
  font-family: "remixicon" !important;
}
