/* Import DM Sans font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

/* Override font-family declarations to use DM Sans */
body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p,
.navbar,
.brand,
.btn-simple,
.alert,
a,
.td-name,
td,
button.close,
.sidebar .logo p,
.sidebar .nav p,
.v-application,
.mdl-data-table,
.v-select,
.mdl-stepper,
.mdl-dialog,
.mdl-card,
.mdl-snackbar {
  font-family: "DM Sans", "Roboto", "Helvetica Neue", Arial, sans-serif !important;
}

.body, .mdl-data-table {
  color: #061B39 !important;
}