/* ==========================================================================
   ELEDJI — Typographie
   ========================================================================== */

body {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  color: var(--text-on-light-primary);
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
}

.font-display {
  font-family: var(--font-display);
}

.font-sans {
  font-family: var(--font-sans);
}

.text-hero {
  font-size: var(--fs-hero);
  line-height: var(--lh-tight);
  font-weight: 500;
}

.text-h1 {
  font-size: var(--fs-h1);
}

.text-h2 {
  font-size: var(--fs-h2);
}

.text-h3 {
  font-size: var(--fs-h3);
}

.text-h4 {
  font-size: var(--fs-h4);
  font-family: var(--font-sans);
  font-weight: 600;
}

.text-body-lg {
  font-size: var(--fs-body-lg);
  line-height: var(--lh-relaxed);
}

.text-body {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
}

.text-small {
  font-size: var(--fs-small);
  line-height: var(--lh-normal);
}

.text-micro {
  font-size: var(--fs-micro);
  line-height: var(--lh-normal);
}

.eyebrow {
  font-family: var(--font-sans);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--color-champagne);
}

.eyebrow--muted {
  color: var(--text-on-light-secondary);
}

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

.text-on-dark {
  color: var(--text-on-dark-primary);
}

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

.text-balance {
  text-wrap: balance;
}

@media (max-width: 640px) {
  .eyebrow {
    letter-spacing: 0.12em;
  }
}
