/**
 * @zync/ui — shared stylesheet barrel (rtl-hebrew-ui spec, wave 4).
 *
 * Consuming apps import this file (or the individual CSS files) for side-effects.
 * The token CSS is also available at @zync/ui/tokens.css (packages/ui/src/tokens/index.css).
 *
 * Import order matters:
 *   1. tokens — CSS custom properties, font-face declarations, z-index scale
 *   2. rtl    — directional icon mirror + numeric column helpers
 */
@import '../tokens/index.css';
@import './rtl.css';
