/* ==========================================================================
   Tipografia — Montserrat em todos os pesos
   ========================================================================== */

body {
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: var(--font-base);
  line-height: var(--lh-tight);
  font-weight: 600;
  letter-spacing: -0.01em;
}

h1 {
  font-size: var(--fs-3xl);
  font-weight: 300;
  letter-spacing: -0.01em;
}

h2 {
  font-size: var(--fs-2xl);
  font-weight: 300;
}

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

h4 {
  font-size: var(--fs-md);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

p {
  color: var(--color-text-muted);
  line-height: var(--lh-loose);
}

.eyebrow {
  display: inline-block;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: var(--space-sm);
}

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

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