@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 100;
    src: local('Vazirmatn'), 
         url('ttf/Vazirmatn-Thin.ttf') format('truetype'),
         url('webfonts/Vazirmatn-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 200;
    src: local('Vazirmatn'), 
         url('ttf/Vazirmatn-ExtraLight.ttf') format('truetype'),
         url('webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 300;
    src: local('Vazirmatn'), 
         url('ttf/Vazirmatn-Light.ttf') format('truetype'),
         url('webfonts/Vazirmatn-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 400;
    src: local('Vazirmatn'), 
         url('ttf/Vazirmatn-Regular.ttf') format('truetype'),
         url('webfonts/Vazirmatn-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 500;
    src: local('Vazirmatn'), 
         url('ttf/Vazirmatn-Medium.ttf') format('truetype'),
         url('webfonts/Vazirmatn-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 600;
    src: local('Vazirmatn'), 
         url('ttf/Vazirmatn-SemiBold.ttf') format('truetype'),
         url('webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 700;
    src: local('Vazirmatn'), 
         url('ttf/Vazirmatn-Bold.ttf') format('truetype'),
         url('webfonts/Vazirmatn-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 800;
    src: local('Vazirmatn'), 
         url('ttf/Vazirmatn-ExtraBold.ttf') format('truetype'),
         url('webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 900;
    src: local('Vazirmatn'), 
         url('ttf/Vazirmatn-Black.ttf') format('truetype'),
         url('webfonts/Vazirmatn-Black.woff2') format('woff2');
}

/* حالت Variable (اختیاری - برای وزن‌های متغیر) */
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 100 900;
    src: local('Vazirmatn'), 
         url('variable/Vazirmatn[wgth].ttf') format('truetype-variations');
}