/* The demo storefront's stylesheet.
 *
 * `/tenant-static/<slug>/catalog.css` is included by base.html when this file
 * exists, which is the only per-tenant CSS hook — so this is how the demo
 * storefront gets the tour's furniture. The furniture itself is shared with the
 * showroom admin's tour and lives in one place, so the two cannot drift apart.
 */
@import url("/static/tour.css");
