/* Browser canvas and existing page chrome share the FinnVibe green.
   Content backgrounds, navigation, controls and layout stay page-owned. */
html:root {
  background-color: #075b47 !important;
}

html:root,
html:root * {
  scrollbar-color: #075b47 #edf3e9 !important;
}

/* Staff uses this pseudo-element as a full-screen photograph, not a stripe. */
html:root body:not([data-staff-view])::before {
  background: #075b47 !important;
}

html:root::-webkit-scrollbar-thumb,
html:root *::-webkit-scrollbar-thumb {
  background-color: #075b47 !important;
}

html:root::-webkit-scrollbar-track,
html:root *::-webkit-scrollbar-track {
  background-color: #edf3e9 !important;
}
