/* Vazirmatn font faces */
@font-face {
    font-family: 'Vazirmatn';
    src: url('/files/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('/files/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply Vazirmatn globally */
body, .desk, .navbar, .page-head, .form-column, .section-body, 
.btn, input, textarea, select, table, .data-table, .list-row {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif !important;
}

/* RTL support for Persian */
body {
    direction: rtl;
}
