/* Portes y Mudanzas · Sistema tipográfico V22.5
   Display: Space Grotesk · Texto/UI: Manrope
   Cargado al final para unificar también plantillas y componentes legacy. */

:root{
  --pm-font-display:"Space Grotesk",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --pm-font-body:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

/* Texto, navegación, botones, formularios y componentes de interfaz */
body,
body.v2-page,
body.pm-page-inner,
.pmg-header,
.pmg-menu,
.pmg-footer,
.pmg-mobile-sticky,
.pmg-modal{
  font-family:var(--pm-font-body);
}

button,
input,
select,
textarea,
option{
  font-family:var(--pm-font-body);
}

/* Titulares: una sola voz visual en todo el sitio */
h1,h2,h3,h4,h5,h6,
body .pm-services-hero h1,
.v2-hero-title,
.v2-guided-card h2,
.v2-process__intro h2,
.v2-process-card__copy h3,
.v2-reviews__head h2,
.pmg-modal h2,
.pmg-footer__cta-box h2,
.pmg-footer__group summary{
  font-family:var(--pm-font-display);
}

/* La marca tipográfica acompaña al lenguaje display sin alterar el logotipo gráfico. */
.pmg-wordmark,
.v2-wordmark{
  font-family:var(--pm-font-display);
}

/* HOME: elimina definitivamente la excepción Comfortaa de V33. */
body.v2-page .v2-hero-title{
  font-family:var(--pm-font-display);
  font-weight:400;
}
body.v2-page .v2-lead{
  font-family:var(--pm-font-body);
  font-weight:400;
}

/* Texto auxiliar y contenido largo siempre priorizan legibilidad. */
p,li,dd,dt,label,small,blockquote,figcaption,
.form-control,.form-select,.btn,.alert,.table{
  font-family:var(--pm-font-body);
}

/* Código / datos técnicos mantienen su fuente monoespaciada cuando ya la tengan definida. */
code,kbd,samp,pre{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}


/* V22.6 · Shell global: HOME e interiores usan exactamente la misma voz tipográfica. */
.v2-header,.v2-menu,.v2-footer,.v2-mobile-sticky,.v2-modal,
.pmg-header,.pmg-menu,.pmg-footer,.pmg-mobile-sticky,.pmg-modal,
.v2-menu a,.pmg-menu a,
.v2-footer a,.v2-footer p,.v2-footer span,.v2-footer strong,
.pmg-footer a,.pmg-footer p,.pmg-footer span,.pmg-footer strong{
  font-family:var(--pm-font-body)!important;
}
.v2-menu a,.pmg-menu a{
  font-weight:500;
  letter-spacing:-.01em;
}
.v2-footer__cta-box h2,.pmg-footer__cta-box h2,
.v2-footer__group summary,.pmg-footer__group summary,
.v2-footer__logo,.pmg-footer__logo,
.v2-wordmark,.pmg-wordmark{
  font-family:var(--pm-font-display)!important;
}
