/* Dice 10k — page-level styles. Tailwind utilities are loaded via the
 * Play CDN script in each page; this file adds the ambient background
 * and anything else Tailwind doesn't provide out of the box. */

body {
  background-color: #020617;
  background-image:
    radial-gradient(60rem 30rem at 12% -10%, rgba(56, 189, 248, 0.10), transparent 60%),
    radial-gradient(50rem 26rem at 92% -4%, rgba(16, 185, 129, 0.09), transparent 60%),
    radial-gradient(70rem 40rem at 50% 115%, rgba(99, 102, 241, 0.08), transparent 60%);
  background-attachment: fixed;
}
