body.ltr {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    direction: ltr;
}

body.rtl {
    direction: rtl;
    font-family: 'IRANSans', 'Vazirmatn', 'Tahoma', 'Segoe UI', sans-serif;
    text-align: right;
}

.table-responsive {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
}

.card {
    margin-bottom: 1rem;
}
