/* Aggregator — editor.css is split into the `editor/` subfolder for clarity.
   This file keeps the original public path (`/static/css/pages/copywriter/editor.css`)
   so index.html doesn't need a single change. Browsers fetch each piece on
   first paint; bundling is a deployment concern, not a source-layout one. */

@import url('./editor/base.css');
@import url('./editor/editorial.css');
@import url('./editor/field-cards.css');
@import url('./editor/dialogs.css');
