/* Apply Vazirmatn to all text */
:root, 
body, 
body[class*="rtl"], 
body.rtl,
body .ct-container,
body .entry-content,
body .ct-headline,
body .ct-title {
  font-family: 'Vazirmatn FD', tahoma, sans-serif;
}

/* Force all headings */
h1, h2, h3, h4, h5, h6,
.entry-title, 
.widget-title,
.site-title,
.ct-headline {
  font-family: 'Vazirmatn FD', tahoma, sans-serif;
}

/* Force form elements */
input, 
textarea, 
select, 
button {
  font-family: 'Vazirmatn FD', tahoma, sans-serif;
}

span, tr, td, ul, li, a{
	font-family: 'Vazirmatn FD', tahoma, sans-serif !important;
}
