/** Shared table typography for both native tables and DataTables. */
/* Shared table text. Status badges retain their semantic colours. */
body:not(.home) .main-content table > thead > tr > th {
  text-transform: none !important;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary, #171717);
  text-align: left;
}
body:not(.home) .main-content table > tbody > tr > td {
  font-size: 16px;
}

