/* ═══════════════════════════════════════════════════════════
   INFORMES — typography  (WordPress / Bridge)
   v1.0
   Nota: --font-mono y --cyan vienen de layout.css (#informes scope)
═══════════════════════════════════════════════════════════ */

.informes__title {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 56px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.1;
}

.informes__subtitle {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  color: #99a1af;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.4;
}
