/*
 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.11.11
*/

/* = Theme customization starts below here = is blocked by functions.php
------------------------------------------------------------------------ */

/* تعریف فونت */
@font-face {
    font-family: 'MyPersianFont'; /* اسم دلخواه برای فونت */
    src: url('fonts/Vazir.woff2') format('woff2'),
         url('fonts/Vazir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* برای سئو و سرعت عالی است */
}

@font-face {
    font-family: 'MyPersianFont';
    src: url('fonts/Vazir-Bold.woff2') format('woff2'),
         url('fonts/Vazir-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت روی کل سایت و المنتور */
body, h1, h2, h3, h4, h5, h6, p, a, li, span, div, .elementor {
    font-family: 'MyPersianFont', sans-serif !important;
}