/* A26 - cache-safe, administration-controlled menu typography. */

/* Standard CG navigation. */
body:not(.is-meridia-theme) :where(.cg-topbar,.enterprise-header,.enterprise-menu,.mega-menu,.category-bar,.nav-toggle,.search-overlay),
body:not(.is-meridia-theme) :where(.cg-topbar,.enterprise-header,.enterprise-menu,.mega-menu,.category-bar,.nav-toggle,.search-overlay) *{
  font-family:var(--font-cg-navigation,Poppins,"Helvetica Neue",Arial,sans-serif)!important;
}

/* Meridia navigation has its own backend field, with Poppins as the default. */
body.is-meridia-theme :where(.cg-topbar,.enterprise-header,.enterprise-menu,.mega-menu,.category-bar,.nav-toggle,.search-overlay),
body.is-meridia-theme :where(.cg-topbar,.enterprise-header,.enterprise-menu,.mega-menu,.category-bar,.nav-toggle,.search-overlay) *{
  font-family:var(--font-meridia-navigation,Poppins,"Helvetica Neue",Arial,sans-serif)!important;
}

/* Footer headings, links and contact menus remain separately configurable for
   each brand through the existing Footer selectors in administration. */
body:not(.is-meridia-theme) .enterprise-footer,
body:not(.is-meridia-theme) .enterprise-footer *{
  font-family:var(--font-cg-footer,Poppins,"Helvetica Neue",Arial,sans-serif)!important;
}
body.is-meridia-theme .enterprise-footer,
body.is-meridia-theme .enterprise-footer *{
  font-family:var(--font-meridia-footer,Poppins,"Helvetica Neue",Arial,sans-serif)!important;
}
