﻿/* wwwroot/css/farsifonts/vazirmatn.css */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazirmatn[wght].ttf') format('truetype');
    font-weight: 100 900; /* از Thin تا Black */
    font-style: normal;
    font-display: swap;
}

/* اگر نسخه گرد (Vazirmatn Round) هم کپی کردی */
@font-face {
    font-family: 'Vazirmatn Round';
    src: url('../fonts/vazirmatn/Vazirmatn-Round[wght].ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به کل صفحه */
body {
    font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}

/* اختیاری: برای راست‌چین کردن و بهبود نمایش فارسی */
* {
    text-align: right !important;
    direction: rtl;
}
