/**
 * Iran Edison - RTL Stylesheet
 *
 * Status:
 * This file intentionally contains no active CSS in Phase 1.
 *
 * Reason:
 * The Woodmart parent theme already provides RTL support.
 * Root-level rtl.css must not be used as a dumping ground for fonts,
 * global overrides, product styles, archive styles, landing styles,
 * WooCommerce fixes, or performance fixes.
 *
 * Rules:
 * - Do not define @font-face here.
 * - Do not place product-page CSS here.
 * - Do not place archive/category CSS here.
 * - Do not place landing/page/post CSS here.
 * - Do not place checkout/cart CSS here.
 * - Do not place Woodmart override patches here.
 * - Do not place performance fixes here.
 *
 * Correct locations:
 * - Global minimal CSS: assets/css/global.css
 * - Product page CSS: assets/css/product-page.css
 * - Archive/category CSS: assets/css/archive-product.css
 * - Landing/guide CSS: assets/css/landing-page.css
 * - Static page CSS: assets/css/content-page.css
 * - Blog/post CSS: assets/css/single-post.css
 * - Tested performance CSS: assets/css/performance.css
 *
 * Font loading must be handled later through a separate Font Strategy,
 * after confirming the active font family, required weights, preload need,
 * CLS risk, and LiteSpeed/QUIC.cloud behavior.
 */