/* IRANSans FaNum Medium — bundled with narobazar-homepage plugin */
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb_FaNum_Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

/* Apply to entire site — exclude icon fonts and star ratings */
body,
body *:not([class*="dashicons"]):not([class*="fa-"]):not([class*="icon"]):not(.star-rating):not(.star-rating *) {
    font-family: 'IRANSans', Tahoma, sans-serif !important;
}

/* Ensure star ratings always use Woodmart's icon font */
.star-rating,
.star-rating::before,
.star-rating span,
.star-rating span::before {
    font-family: "woodmart-font" !important;
}
