/* src/assets/css/fonts.css */

@font-face {
    font-family: 'Vazir';
    font-weight: 100;          /* Thin */
    font-style: normal;
    src: url('../fonts/Vazir-Thin.eot');                      /* IE9 Compat Modes */
    src: local('Vazir Thin'), local('Vazir-Thin'),
    url('../fonts/Vazir-Thin.woff2') format('woff2'),
    url('../fonts/Vazir-Thin.woff')  format('woff'),
    url('../fonts/Vazir-Thin.ttf')   format('truetype'),
    url('../fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype');
}

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

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

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


* {
    font-family: 'Vazir', sans-serif !important;
}