@import url("styles.css");

[data-weather],
[data-garden-weather],
.weather-overlay,
#dialogue-background {
  position: relative;
}

#dialogue-background {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(180, 150, 230, 0.09), transparent 45%),
    radial-gradient(circle at 80% 75%, rgba(120, 180, 240, 0.1), transparent 48%);
  z-index: -1;
}
