/* =============================================
   Iran Yekan Font - فونت ایران یکان
   Professional Persian Typography
   ============================================= */

/* Regular */
@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/IranYekan-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/IranYekan-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/IranYekan-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* =============================================
   Global Font Application
   فونت روی همه عناصر متنی اعمال می‌شود
   به جز آیکون‌های Font Awesome
   ============================================= */

html,
body {
    font-family: 'IranYekan', 'Tahoma', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* اعمال فونت روی تمام عناصر به جز FA icons */
body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa-light):not(.fa-duotone) {
    font-family: 'IranYekan', 'Tahoma', 'Arial', sans-serif;
}

/* اعمال فونت روی ::before و ::after به جز FA icons */
body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa-light):not(.fa-duotone)::before,
body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa-light):not(.fa-duotone)::after {
    font-family: 'IranYekan', 'Tahoma', 'Arial', sans-serif;
}

/* =============================================
   Font Awesome - حفاظت از آیکون‌ها
   این rule مطمئن می‌شود FA همیشه فونت خودش را دارد
   ============================================= */
.fa, .fas, .far, .fab, .fal, .fad,
.fa-solid, .fa-regular, .fa-brands, .fa-light, .fa-duotone,
[class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro", FontAwesome !important;
}

.fa::before, .fas::before, .far::before, .fab::before,
.fal::before, .fad::before,
.fa-solid::before, .fa-regular::before, .fa-brands::before,
.fa-light::before, .fa-duotone::before,
[class^="fa-"]::before, [class*=" fa-"]::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro", FontAwesome !important;
}

/* =============================================
   RTL Support
   ============================================= */
[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .text-left {
    text-align: right;
}

[dir="rtl"] .text-right {
    text-align: left;
}
