/* Keep this file intentionally minimal.
   Earlier global overrides caused hard background seams after page/brand switches. */
html,
body {
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  background-color: var(--bg-1, #eef9f0);
  overflow-x: hidden;
}

body {
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-size: cover, cover, cover !important;
  background-attachment: scroll, scroll, scroll !important;
  background-color: var(--bg-1, #eef9f0);
  position: relative;
  overflow-x: hidden;
}
