/* Tipografía de titulares: Fraunces auto-alojada (SIL OFL 1.1). */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/fraunces-600.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fraunces-900.woff2") format("woff2");
}

:root {
  --ljmx-font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ljmx-font-size-page-title: clamp(2.1rem, 3.2vw, 3.45rem);
}

/* Titulares de contenido (home e internas). El footer y el header quedan
   fuera de .ljmx-home / .ljmx-internal, por lo que conservan la fuente del sistema. */
.ljmx-home h1,
.ljmx-home h2,
.ljmx-internal h1,
.ljmx-internal h2 {
  font-family: var(--ljmx-font-display);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.05;
}

/* Todos los títulos principales usan la escala aprobada en la portada. */
.ljmx-home h1,
.ljmx-internal h1,
#primary h1 {
  font-size: var(--ljmx-font-size-page-title);
}
