/* ==========================================================================
   Brand Typography: Thmanyah Sans everywhere across the platform
   ========================================================================== */

@import url('/fonts/thmanyah/thmanyah.css');

:root {
  --font-thmanyah: 'Thmanyah', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 1. Global Font: Thmanyah Sans for all elements */
html, body, p, span, a, input, select, textarea, td, th, li, label, div,
h1, h2, h3, h4, h5, h6,
button, .btn, .btn-primary, [role="button"],
.font-sans, .font-heading, .brand-title, .tab-btn {
  font-family: var(--font-thmanyah) !important;
}

/* 2. Healthy Line-Height for Arabic typography to prevent text overlapping */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.45 !important;
}

p {
  line-height: 1.75 !important;
}

/* 3. Strict Safeguard: Do NOT override Material Icons */
.material-symbols-outlined,
.material-symbols-sharp,
.material-symbols-rounded,
.material-icons,
[class*="material-symbols"] {
  font-family: 'Material Symbols Outlined' !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
