/* ==========================================================================
   HSG - Hamdy Salem Group | Typography
   Alexandria (Arabic) + Outfit (Latin) with strict baseline rhythm.
   ========================================================================== */

/* Web Fonts Import with display=swap */
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@200;300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.15;
  color: var(--paper);
  letter-spacing: -0.02em;
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6 {
  letter-spacing: 0;
  line-height: 1.25;
}

.text-hero {
  font-size: var(--text-hero);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

[dir="rtl"] .text-hero {
  text-transform: none;
  font-weight: 700;
}

.heading-xl {
  font-size: var(--text-4xl);
}

.heading-lg {
  font-size: var(--text-3xl);
}

.heading-md {
  font-size: var(--text-2xl);
}

.heading-sm {
  font-size: var(--text-xl);
}

.subheading {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--bronze);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
}

[dir="rtl"] .subheading {
  letter-spacing: 0;
  font-size: var(--text-sm);
}

.subheading::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1.5px;
  background-color: var(--bronze);
}

.body-lead {
  font-size: var(--text-lg);
  color: var(--stone);
  font-weight: 300;
  line-height: 1.6;
}

.body-main {
  font-size: var(--text-base);
  color: var(--stone);
  line-height: 1.7;
}

.body-muted {
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: 1.6;
}

.text-bronze {
  color: var(--bronze);
}

.text-paper {
  color: var(--paper);
}

.text-muted {
  color: var(--muted);
}
