html,
body {
  min-height: 100%;
}

body {
  background-image: url('/static/images/bg.webp?v=20260905-pathfix') !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-blend-mode: normal !important;
  filter: none !important;
  -webkit-filter: none !important;
}
