/* بارگذاری کامل فونت وزیرمتن */
@import url("https://cdn.jsdelivr.net/npm/vazirmatn@33/dist/font-face.css");

/* اعمال فونت به کل سایت */
body, button, input, select, textarea, table, th, td {
    font-family: "Vazirmatn", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
a.logout {
    background: #d9534f;
    padding: 8px 12px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-weight: 600;
}
.changepass {
    background: #7c5cff;
    padding: 8px 12px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-weight: 600;
}
.tools {
    background: #10b981;
    padding: 8px 12px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    margin-left: 10px;
}
.action-link {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    background: #f59e0b;
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}