/* فونت Vazirmatn RD FD */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-RD-FD-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-RD-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-RD-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-RD-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-RD-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-RD-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-RD-FD-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-RD-FD-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

/* استفاده از فونت نستعلیق محلی اگر موجود باشد */
@font-face {
    font-family: 'IranNastaliq';
    src: local('IranNastaliq'), local('Iran Nastaliq'), local('Nastaliq');
    font-weight: normal;
    font-style: normal;
}

/* تنظیمات اضافی برای بهبود نمایش فارسی */
* {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif;
}

