/*
Theme Name: kasbonet-iransansX
Author: kasbonet team
Author URI: https://kasbonet.com/
Description: این قالب قدرت گرفته از قالب آسترا است و با فونت محبوب ایرانسنسX که جذابیت بی‌نظیری را به سایت شما هدیه می‌دهد.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kasbonet
Template: astra
*/

/* تعریف فونت‌های معمولی برای مرورگرهای قدیمی‌تر */
@font-face {
    font-family: 'iransansX';
    src: url('IRANSansXFaNum-Light.woff2') format('woff2'),
         url('IRANSansXFaNum-Light.woff') format('woff');
    font-weight: 300; /* وزن Light */
    font-style: normal;
}

@font-face {
    font-family: 'iransansX';
    src: url('IRANSansXFaNum-Regular.woff2') format('woff2'),
         url('IRANSansXFaNum-Regular.woff') format('woff');
    font-weight: 400; /* وزن Regular */
    font-style: normal;
}

@font-face {
    font-family: 'iransansX';
    src: url('IRANSansXFaNum-Bold.woff2') format('woff2'),
         url('IRANSansXFaNum-Bold.woff') format('woff');
    font-weight: 700; /* وزن Bold */
    font-style: normal;
}

@font-face {
    font-family: 'iransansX';
    src: url('IRANSansXFaNum-Black.woff2') format('woff2'),
         url('IRANSansXFaNum-Black.woff') format('woff');
    font-weight: 900; /* وزن Black */
    font-style: normal;
}

/* تعریف فونت Variable برای پشتیبانی مرورگرهای مدرن */
@font-face {
    font-family: 'iransansX_v';
    src: url('IRANSansXV.woff2') format('woff2-variations'),
         url('IRANSansXV.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
}

/* استفاده از فونت‌ها در سراسر وب‌سایت */
body, a, p, div, input, span, h1, h2, h3, h4, h5, h6, textarea, ul, li, button, text, .editor-post-title__block .editor-post-title__input, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl #wpadminbar * {
    font-family: 'iransansX', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: -.05em;
}

/* استفاده از فونت متغیر اگر مرورگر پشتیبانی می‌کند */
@supports (font-variation-settings: normal) {
    body, a, p, div, input, span, h1, h2, h3, h4, h5, h6, textarea, ul, li, button, text, .editor-post-title__block .editor-post-title__input, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl #wpadminbar * {
        font-family: 'iransansX_v', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
        letter-spacing: -.05em;
        -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    }
}



.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    right: 0;
    font-family: 'star';
}


.ast-comment-time .timendate, .ast-comment-time .reply {
    margin-right: 1.5em !important;
    
}