/* One page background for the whole site, the cream used behind the homepage hero.
   Section stylesheets read var(--gotezu-bg), so this file is the single place to change it. */
:root {
  --gotezu-bg: #f7f4ef;
}

html,
body {
  background-color: var(--gotezu-bg);
}

/* Legacy theme bands that paint their own light grey */
.bg-light-white,
.rts-map-area.bg-light-white {
  background-color: var(--gotezu-bg);
}
