/* Horizontally center DataTables empty-state message across the table */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty,
td.dataTables_empty,
th.dataTables_empty,
.dataTables_empty {
  text-align: center !important;
}

/* Application font: Poppins */
html,
body {
  font-family: "Poppins", sans-serif !important;
}
