/*
 * Bosla — rtl.css (root-level convention file).
 *
 * WordPress convention expects a root rtl.css for theme reviews and tooling.
 * Bosla's actual runtime RTL strategy works differently and on purpose:
 *
 * - assets/css/main.css is written with CSS *logical properties*
 *   (inline-start/inline-end, border-block-start, margin-inline …), so it is
 *   already direction-correct for RTL without a mirrored copy.
 * - The enqueued stylesheet handle is registered with
 *   `wp_style_add_data( 'bosla-main', 'rtl', 'replace' )`, so RTL sites
 *   automatically receive assets/css/main-rtl.css instead of main.css.
 *
 * This file therefore intentionally stays nearly empty. The dedicated
 * Arabic/RTL UX pass (Phase 10) audits real Arabic content — typography
 * rhythm, numerals, breadcrumbs, menus, admin UI — and records the genuine
 * exceptions in assets/css/main-rtl.css. Do not mirror LTR rules here
 * mechanically (product brief §43).
 */
