:root {
    --bs-body-font-family: 'Poppins', sans-serif;
    --bs-font-sans-serif: 'Poppins', sans-serif;
}

html,
body,
button,
input,
optgroup,
select,
textarea {
    font-family: 'Poppins', sans-serif !important;
}

body :where(h1, h2, h3, h4, h5, h6, p, a, label, li, dt, dd, th, td, small, strong, b, em, button, input, textarea, select, option) {
    font-family: 'Poppins', sans-serif !important;
}

.btn,
.form-control,
.form-select,
.dropdown-menu,
.modal,
.card,
.alert,
.badge,
.pagination,
.tooltip,
.popover,
.table {
    font-family: 'Poppins', sans-serif !important;
}
