@font-face {
    font-family: 'Vazir';
    src: url('../fonts/vazir/Vazir.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/vazir/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/vazir/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
}

body {
    font-family: 'Vazir', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
    direction: rtl;
}

header {
    background-color: #000; /* هدر مشکی */
    color: white;
    padding: 20px;
    text-align: center; /* وسط‌چین */
}

header img {
    height: 60px;
    display: block;
    margin: 0 auto 10px auto; /* لوگو وسط */
}

header span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

h2, h3 {
    color: #000; /* تیترها مشکی */
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

table th, table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

button {
    background-color: #000; /* دکمه مشکی */
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-family: 'Vazir', sans-serif;
}

button:hover {
    background-color: #333; /* خاکستری تیره هنگام هاور */
}
