/**
 * Re-export of xterm.js base styles so consumers can pull them from the package
 * (`import '@startsimpli/ui/terminal/styles'`) instead of reaching into
 * node_modules. `xterm` is a direct dependency of @startsimpli/ui, so this bare
 * import resolves in any bundler that resolves CSS @import from node_modules
 * (Next.js, Vite, webpack css-loader).
 */
@import 'xterm/css/xterm.css';
