/* ALIC V5 — typography.css */
/* Las familias Cinzel, Inter y EB Garamond se cargan desde el <head> de cada
   página con <link rel="preconnect"> + <link rel="stylesheet">. No usar @import:
   bloquea el renderizado y lo prohibe AGENTS.md §11. */

.footer-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--gris-santo);
}

.editorial-quote {
  font-family: var(--font-serif);
  font-size: clamp(18px, 3vw, 26px);
  font-style: italic;
  color: var(--cardenal);
  line-height: 1.6;
  border: 0;
  padding: 0;
}

.quote-attribution {
  margin-top: var(--space-sm);
  display: grid;
  justify-items: center;
  gap: var(--space-xs);
  max-width: 100%;
  line-height: 1.2;
  text-transform: uppercase;
}

.quote-attribution__name {
  max-width: 100%;
  color: var(--gris-lectura);
  font-size: var(--text-body);
  font-weight: 500;
  letter-spacing: var(--tracking-button);
  text-wrap: balance;
}

.quote-attribution__name > span { display: inline-block; }

.quote-attribution__role {
  color: var(--gris-santo);
  font-size: var(--text-small);
  font-weight: 400;
  letter-spacing: calc(var(--tracking-button) * 1.25);
}
