/* TÍTULO PRINCIPAL DEL SITIO EN EL HEADER GRANDE */
.intro-header .page-heading h1,
.page-heading h1 {
  font-size: 42px !important;  /* súbelo más si quieres: 44, 46 */
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin-bottom: 0.3rem !important;
}



/* ============================
   TÍTULO PRINCIPAL DE CADA POST
   ============================ */
.intro-header h1,
.post-heading h1 {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}


/* ============================
   TÍTULOS EN LISTADOS (INICIO/ARCHIVO)
   ============================ */
.post-preview h2.post-title,
.post-preview .post-title {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}


/* ============================
   ARMONÍA TIPOGRÁFICA DENTRO DEL POST
   ============================ */
.post-content h1 {
  font-size: 30px;
  line-height: 1.25;
}

.post-content h2 {
  font-size: 26px;
  line-height: 1.3;
}

.post-content h3 {
  font-size: 22px;
  line-height: 1.35;
}

/* ============================================
   SUBTÍTULO DE LA PÁGINA PRINCIPAL
   (usa class="page-subheading")
   ============================================ */
.page-subheading {
  font-size: 22px !important;   /* Ajusta aquí */
  font-weight: 400 !important;
  line-height: 1.3 !important;
  margin-top: 0.3rem !important;
  color: #555 !important;
}


/* SUBTÍTULO DE LOS POSTS (usa class="post-subheading") */
.post-subheading {
  font-size: 20px !important;   /* Ajusta aquí el tamaño */
  font-weight: 400 !important;
  line-height: 1.3 !important;
  margin-top: 0.4rem !important;
  color: #555 !important;
}

/* SUBTÍTULO INTERNO DEL POST (h3.post-subtitle) */
.post-subtitle {
  font-size: 18px !important;   /* Ajusta aquí el tamaño */
  font-weight: 400 !important;
  line-height: 1.4 !important;
  margin-top: 0.5rem !important;
  color: #555 !important;
}


