/* ============================================================
   TIPOGRAFÍA Y UTILIDADES DE TEXTO
   ============================================================ */
.ll-serif {
  font-family: var(--ff-serif);
  font-weight: 700;
}
.ll-sans {
  font-family: var(--ff-sans);
  font-weight: 400;
}
.ll-muted {
  color: var(--ll-muted);
}
.ll-gold {
  color: var(--ll-gold);
}
.ll-text {
  color: var(--ll-text);
}
.ll-title {
  font-size: 2.2rem;
  font-family: var(--ff-serif);
  font-weight: 700;
  color: var(--ll-text);
}
.ll-subtitle {
  font-size: 1.25rem;
  font-family: var(--ff-sans);
  color: var(--ll-muted);
}
