/* ============================================
   TYPOGRAPHY
   ============================================ */

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: 400;
  letter-spacing: var(--tracking-normal);
  color: var(--espresso);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: var(--lh-display);
  letter-spacing: var(--tracking-tight);
  color: var(--charcoal);
}

h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); font-weight: 500; }

p { max-width: 62ch; }

.eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-xwide);
  text-transform: uppercase;
  color: var(--gold);
}

.display-hero {
  font-family: var(--font-display);
  font-size: var(--fs-hero);
  font-weight: 300;
  line-height: var(--lh-display);
  letter-spacing: -0.03em;
  color: var(--white);
}

.display-hero em {
  font-style: italic;
  font-weight: 400;
  color: #FFD97A;
  text-shadow: 0 2px 24px rgba(0,0,0,0.55), 0 0 1px rgba(0,0,0,0.4);
}

.lede {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.005em;
  max-width: 56ch;
}

/* RTL */
html[dir="rtl"] body,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] .display-hero {
  font-family: var(--font-arabic);
  letter-spacing: 0;
}
