/* assets/css/custom.css - استایل‌های سفارشی با فونت وزیر */

/* تعریف فونت وزیر */
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir/Vazirmatn-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به کل سایت */
* {
    font-family: 'Vazir', 'Tahoma', 'Segoe UI', sans-serif;
}

body {
    font-family: 'Vazir', 'Tahoma', sans-serif;
}

/* تنظیمات ویژه برای اعداد انگلیسی */
.latin-numbers {
    font-family: 'Vazir', 'Tahoma', sans-serif;
    direction: ltr;
    display: inline-block;
}

/* بهبود نمایش لینک‌ها */
a {
    font-family: 'Vazir', 'Tahoma', sans-serif;
}

/* بهبود نمایش دکمه‌ها */
button, input, select, textarea {
    font-family: 'Vazir', 'Tahoma', sans-serif;
}

/* بهبود نمایش تیترها */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Vazir', 'Tahoma', sans-serif;
    font-weight: bold !important;
}