html.minnoli-atmosphere body{
  background-image:radial-gradient(ellipse 62vw 48vw at 82% 18%,rgba(196,151,90,.045),transparent 72%);
  background-attachment:fixed;
}

html.minnoli-atmosphere body::before{
  content:'';
  position:fixed;
  inset:0;
  z-index:8998;
  pointer-events:none;
  opacity:.13;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}
