/*
 Theme Name:	Astra Child
 Theme URI:		https://www.zhaket.com/store/web/nagatheme/
 Description:	Astra Child Theme Developed By NagaTheme
 Author:		NagaTheme
 Author URI:	https://NagaTheme.com
 License:		GNU General Public License v2 or later
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 text-domain:	astra-child
 Template:		astra
 Version:		4.13.1
*/
/* = Theme customization starts below here = is blocked by functions.php
------------------------------------------------------------------------ */
@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb_UltraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb_Normal.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb_Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-weight: 700;
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb_Bold.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb_Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    
/* بازنویسی فونت برای تمام عناصر */
* {
    font-family: 'IRANSansWeb', sans-serif !important;
}

/* اگر همچنان فونت‌های افزونه‌ها (مثل Barlow) را می‌بینید، این بلوک را به انتهای style.css اضافه کنید */
/* این کد جلوی اعمال فونت‌های ناخواسته از سمت افزونه‌ها را می‌گیرد */
body, h1, h2, h3, h4, h5, h6, p, span, div, a, li, button, input, select, textarea {
    font-family: 'IRANSansWeb', sans-serif !important;
}

