/* Shared typography settings to enforce the primary Persian font across all layouts */
:root {
    --app-font-family: 'Vazirmatn', 'IRANSans', 'Vazir', 'Segoe UI', Tahoma, sans-serif;
}

body {
    font-family: var(--app-font-family) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
label,
button,
input,
select,
textarea,
small,
strong,
em,
figcaption,
blockquote,
td,
th {
    font-family: var(--app-font-family) !important;
}

a:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.la):not(.las):not(.lab):not([class*="fa-"]):not([class*="la-"]):not([class*="icon-"]) {
    font-family: var(--app-font-family) !important;
}

span:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.la):not(.las):not(.lab):not([class*="fa-"]):not([class*="la-"]):not([class*="icon-"]) {
    font-family: var(--app-font-family) !important;
}
