@mixin setup-light-descriptions {
  $--descriptions-header-background-color: $--n-table-header-background-color !global;
  $--descriptions-header-text-color: $--n-primary-text-color !global;
  $--descriptions-content-text-color: $--n-secondary-text-color !global;
  $--descriptions-content-background-color: $--n-card-background-color !global;
  $--descriptions-border-color: $--n-divider-color !global;
}