/* =========================================================
   CALETA DE FAMARA · SISTEMA TIPOGRÁFICO GLOBAL
   ========================================================= */

:root{
  --fm-title-font: Georgia, "Times New Roman", serif;
  --fm-title-weight: 700;
}

/* ---------------------------------------------------------
   H1 · CABECERAS
   Misma voz tipográfica en toda la web
   --------------------------------------------------------- */
html body :is(
  .fms-hero,
  .fma-hero,
  .fmr-hero,
  .fmc-hero,
  .fch-hero,
  .fra-hero,
  .fml-hero,
  .fmh-hero,
  .fmrom-hero,
  .fmd-hero,
  .fmfood-hero
) h1{
  font-family:var(--fm-title-font)!important;
  font-weight:var(--fm-title-weight)!important;
  line-height:.95!important;
  letter-spacing:-.05em!important;
}


/* ---------------------------------------------------------
   H2 · TÍTULOS PRINCIPALES DE SECCIÓN
   --------------------------------------------------------- */
html body :is(
  .fms-head,
  .fma-head,
  .fmr-head,
  .fmc-head,
  .fch-head,
  .fra-head,
  .fml-head,
  .fmh-head,
  .fmrom-head,
  .fmd-head,
  .fmfood-head
) h2,
html body .fmfood-story__copy h2{
  font-family:var(--fm-title-font)!important;
  font-weight:var(--fm-title-weight)!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
}


/* ---------------------------------------------------------
   TÍTULOS EDITORIALES / TARJETAS IMPORTANTES
   --------------------------------------------------------- */
html body .fmfood-card h3,
html body .fmd-compare-card h3,
html body .fmd-tour h3,
html body .fmd-species-card h3,
html body .fmd-reason h3,
html body .fma-location-card h3,
html body .fmr-location-card h3{
  font-family:var(--fm-title-font)!important;
  font-weight:var(--fm-title-weight)!important;
}


/* ---------------------------------------------------------
   KICKERS / ETIQUETAS SOBRE EL H1
   Siempre sans serif para contraste
   --------------------------------------------------------- */
html body :is(
  .fms-kicker,
  .fma-kicker,
  .fmr-kicker,
  .fmc-kicker,
  .fch-kicker,
  .fra-kicker,
  .fml-kicker,
  .fmh-kicker,
  .fmrom-kicker,
  .fmd-kicker,
  .fmfood-kicker
){
  font-family:inherit!important;
  font-size:.74rem!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}