/* ===== Straw Dogs — Per-Project Overrides ===== */
/* Loaded after ui-styles.css. Later source order wins at equal specificity. */

body {
    background-color: rgb(255, 221, 179);
}

/* Three.js canvas hidden — Celestial Migrant is music-only on the web.
   The render loop continues running and the doppelganger entities still
   update into the WebGL context; they're a hidden layer of the piece,
   not removed.
   !important is required: Three.js's WebGLRenderer sets
   style.display = "block" inline on the canvas element it creates,
   and inline styles beat stylesheet rules at equal specificity. */
canvas {
    display: none !important;
}
