/* Immediate Background Paint to prevent seam before app CSS loads */
html, body {
  background: linear-gradient(180deg, #fbf8ed 0%, #f9f4e5 34%, #f7f1e0 100%) !important;
  margin: 0;
  padding: 0;
}

#ux-stage-boot_splash {
  background: linear-gradient(180deg, #fbf8ed 0%, #f9f4e5 34%, #f7f1e0 100%) !important;
}
