.table :where(th) {
  @apply normal-case tracking-normal text-base-content/70 font-semibold;
}

.table :where(thead) {
  @apply bg-base-200;
}

.table :where(thead tr) {
  @apply border-base-content/10;
}
