/* Vazir Thin - Weight 100 */
@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 100;
    src: url('Vazir-Thin-FD.eot');
    src: url('Vazir-Thin-FD.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Thin-FD.woff2') format('woff2'),
         url('Vazir-Thin-FD.woff') format('woff'),
         url('Vazir-Thin-FD.ttf') format('truetype');
}

/* Vazir Light - Weight 300 */
@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 300;
    src: url('Vazir-Light-FD.eot');
    src: url('Vazir-Light-FD.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Light-FD.woff2') format('woff2'),
         url('Vazir-Light-FD.woff') format('woff'),
         url('Vazir-Light-FD.ttf') format('truetype');
}

/* Vazir Regular - Weight 400 */
@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 400;
    src: url('Vazir-FD.eot');
    src: url('Vazir-FD.eot?#iefix') format('embedded-opentype'),
         url('Vazir-FD.woff2') format('woff2'),
         url('Vazir-FD.woff') format('woff'),
         url('Vazir-FD.ttf') format('truetype');
}

/* Vazir Medium - Weight 500 */
@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 500;
    src: url('Vazir-Medium-FD.eot');
    src: url('Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Medium-FD.woff2') format('woff2'),
         url('Vazir-Medium-FD.woff') format('woff'),
         url('Vazir-Medium-FD.ttf') format('truetype');
}

/* Vazir Bold - Weight 700 */
@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 700;
    src: url('Vazir-Bold-FD.eot');
    src: url('Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Bold-FD.woff2') format('woff2'),
         url('Vazir-Bold-FD.woff') format('woff'),
         url('Vazir-Bold-FD.ttf') format('truetype');
}

/* Apply Vazir font to all elements */
html, body, tooltip, .tooltip, 
.elementor p, .elementor a, .elementor div, 
.elementor span, .elementor q, 
.elementor h1, .elementor h2, .elementor h3, 
.elementor h4, .elementor h5, .elementor h6, 
.elementor-widget-heading .elementor-heading-title {
    font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif !important;
}

* {
    font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif;
}