@font-face {
    font-family: 'Vazir';
    src: url('/static/fonts/vazir/Farsi-Digits/Vazir-Regular-FD.eot');
    src: url('/static/fonts/vazir/Farsi-Digits/Vazir-Regular-FD.eot') format('embedded-opentype'),
         url('/static/fonts/vazir/Farsi-Digits/Vazir-Regular-FD.woff2') format('woff2'),
         url('/static/fonts/vazir/Farsi-Digits/Vazir-Regular-FD.woff') format('woff'),
         url('/static/fonts/vazir/Farsi-Digits/Vazir-Regular-FD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('Vazir-Bold.eot');
    src: url('Vazir-Bold.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Bold.woff2') format('woff2'),
         url('Vazir-Bold.woff') format('woff'),
         url('Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('Vazir-Light.eot');
    src: url('Vazir-Light.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Light.woff2') format('woff2'),
         url('Vazir-Light.woff') format('woff'),
         url('Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('Vazir-Medium.eot');
    src: url('Vazir-Medium.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Medium.woff2') format('woff2'),
         url('Vazir-Medium.woff') format('woff'),
         url('Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Use Vazir font for RTL elements */
[dir="rtl"] {
    font-family: 'Vazir', sans-serif;
} 