/*
 Theme Name: Woodmart Child
 Theme URI: https://your-site.com
 Description: Child theme for Woodmart
 Author: Your Name
 Template: woodmart
 Version: 1.0.0
 Text Domain: woodmart-child
*/

/* از این به بعد، هر CSS سفارشی که می‌خوای بنویسی اینجاست 👇 */

/* فونت ایران‌سنس */
@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/IRANSansWeb.woff") format("woff"),
         url("fonts/IRANSansWeb.ttf") format("truetype");
}

/* فونت عمومی کل سایت */
html, body, p, input, textarea, option, select, div, a, li, ol {
    font-family: "IRANSansWeb", sans-serif !important;
    font-weight: normal !important;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "IRANSansWeb", sans-serif !important;
}
.star-rating {
    font-family: "woodmart-font" !important;
}

span.wd-tools-text {
    font-family: 'IRANSansWeb' !important;
}