:root {
    --app-font-family: 'BR Hendrix', ui-sans-serif, system-ui, sans-serif;
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: var(--app-font-family) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
small,
strong,
em,
a,
li,
td,
th,
.btn,
.form-control,
.form-select,
.dropdown-item,
.nav-link,
.page-title,
.menu-title,
.swal2-popup,
#sidebar-menu ul li a,
.user .user-name,
.user .user-sub-title {
    font-family: var(--app-font-family) !important;
}
