:root {
  --local-sans: "Inter", "Manrope", "Roboto", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

html, body {
  font-family: var(--local-sans);
}

body,
button,
input,
select,
textarea,
label,
.card,
.modal,
.table,
.nav,
.dropdown-menu,
.swal2-popup {
  font-family: var(--local-sans);
}
