/**
 * Escala tipográfica global IDACCC - carga al final del <head>.
 * Reduce el tamaño del cuerpo y encabezados respecto a Bootstrap por defecto.
 */
body {
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* Encabezados un punto más pequeños */
h1,
.h1 {
  font-size: 1.6rem;
  line-height: 1.25;
}
h2,
.h2 {
  font-size: 1.35rem;
  line-height: 1.3;
}
h3,
.h3 {
  font-size: 1.15rem;
  line-height: 1.35;
}
h4,
.h4 {
  font-size: 1.05rem;
  line-height: 1.4;
}
h5,
.h5 {
  font-size: 0.9375rem;
  line-height: 1.4;
}
h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.45;
}

/* Texto destacado */
.lead {
  font-size: 1rem;
  line-height: 1.5;
}

/* Formularios y tablas administrativas */
.form-control,
.form-select,
.form-label {
  font-size: 0.875rem;
}
.table {
  font-size: 0.875rem;
}
small,
.small {
  font-size: 0.75rem;
}
