/* ========================================================
   1. تعریف فونت‌ها (Font Faces)
======================================================== */

/* وزن معمولی (Regular - 400) */
@font-face {
	font-family: 'iranyekan';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
	src: url('../fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'),
		 url('../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

/* وزن ضخیم (Bold - 700) */
@font-face {
	font-family: 'iranyekan';
	font-style: normal;
	font-weight: bold; /* معادل 700 */
	src: url('../fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
	src: url('../fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff');
}

/* وزن خیلی ضخیم (Black - 900) */
@font-face {
	font-family: 'iranyekan';
	font-style: normal;
	font-weight: 900; /* استاندارد وزن Black */
	src: url('../fonts/iranyekan/eot/iranyekanwebblackfanum.eot');
	src: url('../fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iranyekan/woff/iranyekanwebblackfanum.woff') format('woff');
}

/* ========================================================
   2. اعمال فونت‌ها و وزن‌ها به عناصر (Typography)
======================================================== */

body {
	font-family: 'iranyekan', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* اعمال خانواده فونت به تمامی عناصر مشخص شده */
h1, h2, h3, h4, h5, h6, a, div, li, p {
	font-family: 'iranyekan' !important;
}

/* تنظیم وزن Black برای h1 و h2 */
h1, h2 {
	font-weight: 900 !important;
}

/* تنظیم وزن Bold برای h3 و h4 */
h3, h4 {
	font-weight: bold !important;
}

/* تنظیم وزن Regular برای سایر عناصر */
h5, h6, a, div, li, p {
	font-weight: normal !important;
}

/* ========================================================
   3. سایر استایل‌های اختصاصی (بدون تغییر)
======================================================== */

.dgwt-wcas-sf-wrapp input[type=search]::-webkit-input-placeholder,
.dgwt-wcas-sf-wrapp input[type=search]::-moz-placeholder,
.dgwt-wcas-sf-wrapp input[type=search]:-ms-input-placeholder {
	line-height: 46px !important;
	font-family: 'iranyekan', sans-serif !important;
}

.herowp-page-footer span {
	font-family: 'iranyekan' !important;
}

.elementor-icon-list-text {
	font-family: 'iranyekan' !important;
}
