/**
 * RTL Optimized for MahdyarKP
 */

/* تنظیمات پایه RTL - فقط ضروری */
body {
    direction: rtl;
    text-align: right;
}

/* Typography RTL */
h1, h2, h3, h4, h5, h6, p {
    text-align: center;
}

/* Icons LTR */
.bi, [class^="bi-"], [class*=" bi-"] {
    direction: ltr;
}