/**
 * Site-wide Persian typography — IRANSans FaNum
 */
html,
body {
    font-family: var(--font-family, IRANSans, Tahoma, sans-serif);
}

body,
button,
input,
select,
textarea,
.form-control,
.btn,
.dropdown-menu,
.modal,
.table,
.nav,
.navbar,
.card,
.sweet-alert,
.swal2-popup,
.select2-container,
.pnotify,
h1, h2, h3, h4, h5, h6,
p, span, a, li, label, th, td {
    font-family: inherit;
}
