/* Lantern — per-game styles. Inherits everything from ../shared/chrome.css
   and ../shared/tokens.css.

   Splash artwork per mode. The .splash frame, its cover sizing and the fade all
   come from chrome.css, so the only thing this file supplies is the image, and
   chrome.css's background-color var(--bg) is what shows for the instant before
   it decodes. Masters live in iCloud source-assets, never in the repo. */
body.mode-desktop .splash { background-image: url('./splash-desktop.jpg?v=1'); }
body.mode-mobile  .splash { background-image: url('./splash-mobile.jpg?v=1'); }
