/* Global Vazirmatn — Persian text & numerals across the entire application */

:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
    --app-font-family: 'Vazirmatn', Tahoma, 'Segoe UI', sans-serif;
    --bs-font-sans-serif: var(--app-font-family);
    --bs-body-font-family: var(--app-font-family);
    --bs-font-monospace: var(--app-font-family);
}

*,
*::before,
*::after {
    font-family: inherit;
}

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

body,
input,
textarea,
select,
optgroup,
button,
.form-control,
.form-select,
.form-check-label,
.form-label,
.input-group-text,
.btn,
.dropdown-menu,
.dropdown-item,
.nav-link,
.navbar,
.navbar-brand,
.table,
.modal-content,
.card,
.badge,
.alert,
.pagination,
.page-link,
.list-group-item,
.toast,
.popover,
.tooltip,
.breadcrumb,
.accordion-button,
.offcanvas,
.offcanvas-title,
.nav-tabs .nav-link,
h1, h2, h3, h4, h5, h6,
p, span, label, td, th, li, a, small, strong, em, div {
    font-family: var(--app-font-family) !important;
}

.font-monospace,
.text-monospace {
    font-family: var(--app-font-family) !important;
}
