/* The editor chrome stylesheet is the single source of truth in
   @eigenpal/docx-editor-core (packages/core/src/styles/editor.css). Both the
   React and Vue adapters import it so the color tokens and UI styling never
   drift. `@tailwind utilities` lives in the shared file and is expanded by
   this package's own Tailwind build (build:css). */
@import '../../../core/src/styles/editor.css';
