body {
    font-family: "Tajawal", sans-serif;
    background: #f7f9fc;
    padding: 30px;
}

.card {
    border-radius: 14px;
    border: 1px solid #e5e7eb;
}

.btn-custom {
    border-radius: 8px;
    padding: 8px 16px;
}

.table tbody tr:hover {
    background: #eef2ff;
}