:root {
    --admin-font-family: "Cairo", "Expo Arabic", "Public Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

html,
body,
#content_body,
.content-wrapper,
.content-body,
.main-menu,
.navigation,
.navigation-main,
.table,
.form-control,
.btn,
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input,
select,
textarea,
.dropdown-menu,
.modal,
.modal-title,
.toast,
.breadcrumb,
.card,
.card-title,
.nav-link,
.no-data span,
.main-label,
.progress-item .text {
    font-family: var(--admin-font-family) !important;
}
