@font-face {
    font-family: "TopBargh Vazirmatn";
    src: url("fonts/Vazirmatn-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TopBargh Vazirmatn";
    src: url("fonts/Vazirmatn-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TopBargh Vazirmatn";
    src: url("fonts/Vazirmatn-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TopBargh Vazirmatn";
    src: url("fonts/Vazirmatn-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* فقط نمای عمومی سایت؛ بخش مدیریت و فونت آیکن‌ها دست‌نخورده می‌مانند. */
body.tbmm-vazirmatn,
body.tbmm-vazirmatn input,
body.tbmm-vazirmatn textarea,
body.tbmm-vazirmatn select,
body.tbmm-vazirmatn button {
    font-family: "TopBargh Vazirmatn", Tahoma, Arial, sans-serif !important;
    font-synthesis: none;
}

body.tbmm-vazirmatn {
    font-weight: 400;
    line-height: 1.85;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.tbmm-vazirmatn :where(
    .wd-nav,
    .wd-dropdown,
    .menu,
    .mega-menu,
    .woocommerce-breadcrumb,
    .breadcrumbs,
    table,
    label,
    input,
    textarea,
    select
) {
    font-weight: 400;
}

body.tbmm-vazirmatn :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .title,
    .entry-title,
    .product_title,
    .woocommerce-loop-product__title,
    .wd-entities-title,
    .tbmm-group-head
) {
    font-family: "TopBargh Vazirmatn", Tahoma, Arial, sans-serif !important;
    font-weight: 700;
    line-height: 1.55;
}

body.tbmm-vazirmatn :where(
    .wd-nav > li > a,
    .wd-sub-menu > li > a,
    .button,
    button,
    input[type="button"],
    input[type="submit"],
    .woocommerce-tabs .tabs,
    th
) {
    font-weight: 600;
}

body.tbmm-vazirmatn :where(
    .price,
    .amount,
    .woocommerce-Price-amount,
    .cart-subtotal,
    .order-total
) {
    font-family: "TopBargh Vazirmatn", Tahoma, Arial, sans-serif !important;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

body.tbmm-vazirmatn :where(p, li, td, .woocommerce-product-details__short-description) {
    line-height: 1.9;
}

@media (max-width: 767px) {
    body.tbmm-vazirmatn {
        line-height: 1.8;
    }

    body.tbmm-vazirmatn :where(p, li, td, .woocommerce-product-details__short-description) {
        line-height: 1.85;
    }
}
