/* HALA wordmark — single source of truth for the header + footer logotype.
   One treatment everywhere: Schibsted Grotesk, weight 400, uppercase, .16em tracking.
   The footer may differ ONLY in size and colour (those stay in page rules).
   Loaded LAST and marked !important so no page can reintroduce a divergent
   (e.g. serif) logotype — this is what stops the header/footer split returning. */
.nav__wordmark,.hala-nav__wordmark,.nav__logo,
.foot__wordmark,.hala-footer__wordmark,.foot__logo,.footer__wordmark{
  font-family:'Schibsted Grotesk','Hanken Grotesk',ui-sans-serif,system-ui,sans-serif !important;
  font-weight:400 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  font-variation-settings:normal !important;
}
