/* Global Vazir Font Application */
* {
    font-family: 'Vazir', 'IRANSans', sans-serif !important;
}

/* Specific elements */
body, html {
    font-family: 'Vazir', 'IRANSans', sans-serif !important;
}

/* All text elements */
h1, h2, h3, h4, h5, h6,
p, span, div, a, button, cite, strong, em,
input, textarea, select, label, li, ul, ol,
table, th, td, tr, caption,
article, section, aside, nav, header, footer,
main, figure, figcaption, blockquote, code, pre,
small, sub, sup, mark, del, ins, u, s,
address, time, data, var, samp, kbd, abbr, dfn,
details, summary, dialog, menu, menuitem {
    font-family: 'Vazir', 'IRANSans', sans-serif !important;
}

/* Form elements */
input[type="text"], input[type="email"], input[type="password"], 
input[type="number"], input[type="tel"], input[type="url"],
input[type="search"], input[type="date"], input[type="time"],
textarea, select, option {
    font-family: 'Vazir', 'IRANSans', sans-serif !important;
}

/* Override any existing font declarations */
.wpb_wrapper, .vc_column-inner, .thb-full-menu,
.menu-item, .sub-menu, .header, .footer,
.blog-content, .post-content, .comment-content {
    font-family: 'Vazir', 'IRANSans', sans-serif !important;
}

/* Ensure all text in the site uses Vazir */
body * {
    font-family: 'Vazir', 'IRANSans', sans-serif !important;
}
