html {
  background-color: #000000 !important;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(3, 9, 18, 0.56) 62%, rgba(0, 0, 0, 0.80) 100%),
    url("../gallery/trr-homepage-background-20260423.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}

html[data-trr-theme="light"] {
  background-image:
    linear-gradient(180deg, rgba(68, 119, 170, 0.18) 0%, rgba(8, 17, 31, 0.48) 58%, rgba(0, 0, 0, 0.68) 100%),
    url("../gallery/trr-homepage-background-20260423.jpg") !important;
}

body {
  background: transparent !important;
}
