*{
    font-family: "Vazirmatn", sans-serif !important;
}

body {
    background-color: #f8f9fa;
}

.card {
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-weight: bold;
}

.table td {
    vertical-align: middle;
}

.badge {
    font-size: 0.9em;
}

#processesList {
    max-height: 300px;
    overflow-y: auto;
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
}