/* YekanBakh-Fat Font - Single Weight Definition */
@font-face {
    font-family: 'YekanBakh-Fat';
    font-style: normal;
    font-weight: normal; /* مرورگر از همین فایل برای متن عادی و ضخیم استفاده می‌کند */
    src: url('fonts/YekanBakh-Fat.eot'); /* نام و پسوند را با فایل آپلود شده مطابقت دهید */
    src: url('fonts/YekanBakh-Fat.eot?#iefix') format('embedded-opentype'),
         url('fonts/YekanBakh-Fat.woff2') format('woff2'),
         url('fonts/YekanBakh-Fat.woff') format('woff'),
         url('fonts/YekanBakh-Fat.ttf') format('truetype');
}

/* Apply the new font to all elements, overriding IRANSans */
body,
h1, h2, h3, h4, h5, h6,
input, textarea,
li, a, p, button, div, span {
    font-family: 'YekanBakh-Fat', sans-serif!important;
}

/* Specific overrides from the original theme file */
.tp-mask-wrap div {
    font-family: 'YekanBakh-Fat', sans-serif!important;
}
.product-actions-wrapper span,.slogan-wrapper span,.price span,.share-link-wrapper span,.esg-entry-cover div {
    font-family: 'YekanBakh-Fat', sans-serif!important;
}
.woocommerce-Reviews-title,.widgettitle,.comment-reply-title {
    font-family: 'YekanBakh-Fat', sans-serif!important;
}