:root {
    --app-font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --bs-font-sans-serif: var(--app-font-family);
    --bs-body-font-family: var(--app-font-family);
}

html,
body {
    font-family: var(--app-font-family);
}

.form-control,
.form-select,
.form-check-label,
.btn,
.input-group-text,
.dropdown-menu,
.dropdown-item,
.nav-link,
.navbar,
.table,
.modal-content,
.offcanvas,
.alert,
.badge,
.pagination,
.page-link,
.list-group-item,
.card,
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
small,
th,
td {
    font-family: var(--app-font-family);
}
