/* Yekan Bakh EN Font Faces - Corrected Weights */

@font-face {
    font-family: 'YekanBakhEN';
    src: url('/wp-content/uploads/fonts/yekanbakh/Yekan Bakh EN 01 Hairline.ttf') format('truetype');
    font-weight: 100;
    /* استاندارد: Thin */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakhEN';
    src: url('/wp-content/uploads/fonts/yekanbakh/Yekan Bakh EN 02 Thin.ttf') format('truetype');
    font-weight: 200;
    /* استاندارد: Extra Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakhEN';
    src: url('/wp-content/uploads/fonts/yekanbakh/Yekan Bakh EN 03 Light.ttf') format('truetype');
    font-weight: 300;
    /* استاندارد: Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakhEN';
    src: url('/wp-content/uploads/fonts/yekanbakh/Yekan Bakh EN 04 Regular.ttf') format('truetype');
    font-weight: 400;
    /* استاندارد: Regular */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakhEN';
    src: url('/wp-content/uploads/fonts/yekanbakh/Yekan Bakh EN 05 Medium.ttf') format('truetype');
    font-weight: 500;
    /* استاندارد: Medium */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakhEN';
    src: url('/wp-content/uploads/fonts/yekanbakh/Yekan Bakh EN 06 Bold.ttf') format('truetype');
    font-weight: 700;
    /* استاندارد: Bold (به جای 300 شما) */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakhEN';
    src: url('/wp-content/uploads/fonts/yekanbakh/Yekan Bakh EN 07 Heavy.ttf') format('truetype');
    font-weight: 800;
    /* استاندارد: Extra Bold (به جای 400 شما) */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakhEN';
    src: url('/wp-content/uploads/fonts/yekanbakh/Yekan Bakh EN 08 Fat.ttf') format('truetype');
    font-weight: 900;
    /* استاندارد: Black (به جای 500 شما) */
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به کل سایت */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    font-family: 'YekanBakhEN', sans-serif !important;
}



html {
    direction: rtl;
    text-align: right;
}

.elementor-section .elementor-container {
    direction: rtl;
}

/* اصلاح جهت آیکون‌ها و لیست‌ها */
.elementor-icon-list-item,
.elementor-icon-box-wrapper {
    flex-direction: row-reverse;
}