/* Force IBM Plex for everything inside the SaaS region */
.has-saas-portal .saas-full-width-region {
  --heading-font: 'IBM Plex Sans Var', sans-serif;
  --body-font: 'IBM Plex Sans Var', sans-serif;
  --heading-weight: 550;
  --body-weight: 400;

  /* Use the standard property (no dashes) to enable horizontal scrolling */
  overflow-x: auto;

  /* Ensure it clears any floats from the theme */
  clear: both;
  background-color: var(--colour-bg-light);
}