/* ==========================================================================
   تعریف Font-Face های ایران یکان
   ========================================================================== */
@font-face {
    font-family: 'IRANYekan';
    src: url('../fonts/IRANYekanWebLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('../fonts/IRANYekanWebRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('../fonts/IRANYekanWebMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('../fonts/IRANYekanWebBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   اعمال فونت بر اساس استانداردهای وب
   ========================================================================== */

/* اعمال پایه روی کل بدنه و سند */
html, body {
    font-family: 'IRANYekan', Tahoma, -apple-system, sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* متون لایت (وزن ۳۰۰) */
small, 
.small, 
caption, 
figcaption, 
.post-date, 
.entry-meta, 
.comment-metadata {
    font-family: 'IRANYekan', Tahoma, sans-serif !important;
    font-weight: 300;
}

/* متون معمولی و خواندنی (وزن ۴۰۰) */
p, 
span, 
li, 
a, 
td, 
input, 
textarea, 
select {
    font-family: 'IRANYekan', Tahoma, sans-serif !important;
    font-weight: 400;
}

/* متون نیمه‌پررنگ، دکمه‌ها و منوها (وزن ۵۰۰) */
button, 
.btn, 
.button, 
th, 
label, 
nav, 
.menu, 
.nav, 
h5, 
h6 {
    font-family: 'IRANYekan', Tahoma, sans-serif !important;
    font-weight: 500;
}

/* عناوین اصلی و بخش‌های شاخص (وزن ۷۰۰) */
h1, 
h2, 
h3, 
h4, 
strong, 
b, 
.title {
    font-family: 'IRANYekan', Tahoma, sans-serif !important;
    font-weight: 700;
}

/* ==========================================================================
   سازگاری سراسری و جلوگیری از بازنویسی المنتور (Elementor Override)
   ========================================================================== */

.elementor,
.elementor *,
.elementor-widget,
.elementor-widget-container,
.elementor-heading-title,
.elementor-button,
.elementor-nav-menu,
.elementor-widget-text-editor {
    font-family: 'IRANYekan', Tahoma, sans-serif !important;
}

/* اعمال وزن‌های استاندارد روی ویجت‌های المنتور */
.elementor-heading-title,
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4 {
    font-weight: 700 !important;
}

.elementor-button,
.elementor-button-text,
.elementor-nav-menu a {
    font-weight: 500 !important;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p {
    font-weight: 400 !important;
}