/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

/* -------------------------------------------------------------------------- */
/*                                Font Override                               */
/* -------------------------------------------------------------------------- */
/* Ensure Poppins is used consistently throughout the dashboard */
body,
.table,
.table th,
.table td,
.font-sans-serif,
.fs-0,
.fs--1,
h1, h2, h3, h4, h5, h6,
.btn,
.form-control,
.form-select,
.navbar,
.card,
.card-header,
.card-body,
.card-footer {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
