/*
@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 100 900; 
    src: url('IRANSansXV.woff2') format('woff2-variations');
    font-display: swap; 
}
*/

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 100 900;
    src: url('/assets/css/IRANSansXV.woff2') format('woff2-variations');
    font-display: swap;
}


/* ۲. اعمال فونت روی همه المان‌های متنی (به جز آیکون‌ها) */
p, small, div, a, ul, li, input, button, textarea, select,
h1, h2, h3, h4, h5, h6, .btn, .price, span, .lead, strong,li span, .nav-link,.nav-item,li a {
    font-family: 'IRANSansX', sans-serif !important;
}

/* استثناء Font Awesome 6 و 7 */
.fa,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-duotone,
.fa-brands,
.fas,
.far,
.fal,
.fat,
.fad,
.fab,
[class^="fa-"],
[class*=" fa-"] {
    font-family: "Font Awesome 6 Free",
                 "Font Awesome 6 Pro",
                 "Font Awesome 7 Free",
                 "Font Awesome 7 Pro" !important;
}

/* ۳. تنظیم وزن (ضخامت) هدینگ‌ها به حالت Bold */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold; /* معادل ۷۰۰ است */
}

/* ۴. (دلخواه) اگر جاهایی نیاز به Light دارید، مثلاً برای توضیحات کوچک */
small, .text-light {
    font-weight: 300; /* نازک‌تر از حالت عادی */
}

/* ۵. قانون قبلی شما برای لوگو (تغییر نکرده) */
.logo {
    filter: invert(1);
}
