/* studio.css — studio.html entry stylesheet.
   All layout rules live in styles/studio-layout.css;
   all shared component rules live in styles/components.css;
   all token variables live in styles/tokens.css.
   This file is kept for Parcel's entry-point resolution. */
@import "./styles/tokens.css";
@import "./styles/components.css";
@import "./styles/studio-layout.css";
