/* FORCE REMOVE all background images except hero */
*:not(.hero-bg) {
  background-image: none !important;
  background: none !important;
}

html {
  background-image: none !important;
  background: #f8fafc !important;
}

body {
  background-image: none !important;
  background: #f8fafc !important;
}

#root {
  background-image: none !important;
  background: none !important;
}

.force-bg, .force-bg * {
  background-image: none !important;
  background: none !important;
}