/* معرفی فونت وزیر - حالت عادی */
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.woff2') format('woff2'),
         url('../fonts/Vazir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* معرفی فونت وزیر - حالت ضخیم */
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-Bold.woff2') format('woff2'),
         url('../fonts/Vazir-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* معرفی فونت شبنم - حالت عادی */
@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam.woff2') format('woff2'),
         url('../fonts/Shabnam.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* معرفی فونت شبنم - حالت ضخیم */
@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam-Bold.woff2') format('woff2'),
         url('../fonts/Shabnam-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ۲. اعمال فونت روی کل بدنه سایت */
body {
    font-family: 'Shabnam', Tahoma, Arial, sans-serif !important;
}

/* ۳. اعمال فونت روی دکمه‌ها و فرم‌ها (چون مرورگرها گاهی فونت پیش‌فرض خودشان را روی این المان‌ها می‌گذارند) */
button, input, select, textarea {
    font-family: inherit;
}
