/**
 * فونت فارسی BKshamsi — یک فایل، کش مرورگر.
 * body: پشتیبان نرم wp-admin (بدون !important)
 * #bookly-tbs / .bookly-css-root: !important
 */
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb-FaNum.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb-FaNum-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb-FaNum-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body.wp-admin {
    font-family: 'IRANSansWeb', Tahoma, sans-serif, arial;
    letter-spacing: 0;
    font-synthesis: none;
}

body.wp-admin #bookly-tbs,
body.wp-admin #bookly-tbs :is(
    div, h1, h2, h3, h4, h5, h6, p, a, li, button, input, select, textarea,
    option, label, span, strong, td, th
):not(.dashicons):not([class*="dashicons-"]):not([class*="fa-"]) {
    font-family: 'IRANSansWeb', Tahoma, sans-serif, arial !important;
    letter-spacing: 0;
    font-synthesis: none;
}

.bookly-css-root,
.bookly-css-root :is(
    div, h1, h2, h3, h4, h5, h6, p, a, li, button, input, select, textarea,
    option, label, span, strong
):not(.dashicons):not([class*="dashicons-"]):not([class*="fa-"]) {
    font-family: 'IRANSansWeb', Tahoma, sans-serif, arial !important;
    letter-spacing: 0;
    font-synthesis: none;
}
