/*
 Theme Name: Woodmart Child
 Theme URI: https://xtemos.com/
 Description: Child theme for Woodmart
 Author: Mohammad
 Template: woodmart
 Version: 1.0.0
*/
/* ===========================
   فونت ها - تم چایلد
=========================== */

/* فونت Woodmart اصلی */
@font-face {
    font-family: 'Woodmart';
    src: url('../woodmart-child/fonts/woodmart-font-1-400.woff2?v=7.3.1') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* فونت IRANYekan */
@font-face {
    font-family: 'IRANYekan';
    src: url('../woodmart-child/fonts/iranyekan/woff/IRANYekanXVF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت روی کل سایت */
body, p, li, span, a, h1, h2, h3, h4, h5, h6, input, textarea, button {
    font-family: 'IRANYekan', 'Woodmart', sans-serif !important;
}

/* نمونه استایل برای عنوان ها که ممکنه تم والد override کنه */
h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANYekan', 'Woodmart', sans-serif !important;
}

/* لینک ها */
a, a:hover, a:focus {
    font-family: 'IRANYekan', 'Woodmart', sans-serif !important;
}

/* فرم‌ها و دکمه‌ها */
input, textarea, select, button {
    font-family: 'IRANYekan', 'Woodmart', sans-serif !important;
}

/* سایر کلاس های عمومی */
.nav-link-text,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-family: 'IRANYekan', 'Woodmart', sans-serif !important;
}
