/* فونت وزیرمتن (لوکال) */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت و راست‌چین‌سازی برای جداول ووکامرس و YITH */
.woocommerce, 
.woocommerce-page,
.yith-product-shipping-table,
.mahtabwoo-admin-wrap,
#yith-plugin-fw-panel,
.yith-plugin-ui {
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif !important;
    direction: rtl;
    text-align: right;
}

/* اصلاح چیدمان جداول هزینه‌ها برای فارسی */
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td {
    text-align: right !important;
}

.mahtabwoo-admin-wrap input[type="number"] {
    direction: ltr;
    text-align: left;
}
