/* RTL Styles for Persian/Arabic languages */
/* فقط متن و جهت‌گیری - بدون تغییر لایوت اصلی */

/* AzarMehr Variable Font */
@font-face {
    font-family: 'AzarMehr';
    src: url('../fonts/AzarMehr-v3.0/Variable/woff2/AzarMehr-FD[DSTY,KSHD,wght].woff2') format('woff2-variations'),
         url('../fonts/AzarMehr-v3.0/Variable/AzarMehr-FD[DSTY,KSHD,wght].ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Base RTL */
html[dir="rtl"] {
    direction: rtl;
}

html[dir="rtl"] body {
    font-family: 'AzarMehr', 'IRANSans', 'Vazir', 'Tahoma', sans-serif;
}

/* Text direction for content */
html[dir="rtl"] p,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] span,
html[dir="rtl"] a,
html[dir="rtl"] li {
    direction: rtl;
}

/* Form inputs */
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
    direction: rtl;
}

html[dir="rtl"] input::placeholder,
html[dir="rtl"] textarea::placeholder {
    direction: rtl;
}

/* Keep center-aligned inputs centered */
html[dir="rtl"] input.text-center,
html[dir="rtl"] input[type="search"].text-center {
    text-align: center;
}

/* Footer text alignment */
html[dir="rtl"] footer p,
html[dir="rtl"] footer span {
    direction: rtl;
}

/* News and product cards */
html[dir="rtl"] .News-card p,
html[dir="rtl"] .product-card p,
html[dir="rtl"] .Categories-Cards p,
html[dir="rtl"] .Categories-CardsPost p {
    direction: rtl;
}

/* Scroll button - keep on right for RTL */
html[dir="rtl"] #scroll-btn {
    right: 1rem;
    left: auto;
}

/* AzarMehr font class */
html[dir="rtl"] .AzarMehr {
    font-family: 'AzarMehr', 'Tahoma', sans-serif;
}

/* Variable font weight utilities for RTL */
html[dir="rtl"] .font-light {
    font-weight: 300;
}

html[dir="rtl"] .font-normal {
    font-weight: 400;
}

html[dir="rtl"] .font-medium {
    font-weight: 500;
}

html[dir="rtl"] .font-semibold {
    font-weight: 600;
}

html[dir="rtl"] .font-bold {
    font-weight: 700;
}

html[dir="rtl"] .font-extrabold {
    font-weight: 800;
}
