.yfm table th.cell-bg-grey,
.yfm table td.cell-bg-grey {
  background-color: var(--g-color-base-generic);
}
.yfm table th.cell-bg-yellow-light,
.yfm table td.cell-bg-yellow-light {
  background-color: var(--g-color-base-warning-light);
}
.yfm table th.cell-bg-yellow,
.yfm table td.cell-bg-yellow {
  background-color: var(--g-color-base-warning-medium);
}
.yfm table th.cell-bg-red-light,
.yfm table td.cell-bg-red-light {
  background-color: var(--g-color-base-danger-light);
}
.yfm table th.cell-bg-red,
.yfm table td.cell-bg-red {
  background-color: var(--g-color-base-danger-medium);
}
.yfm table th.cell-bg-purple-light,
.yfm table td.cell-bg-purple-light {
  background-color: var(--g-color-base-utility-light);
}
.yfm table th.cell-bg-purple,
.yfm table td.cell-bg-purple {
  background-color: var(--g-color-base-utility-medium);
}
.yfm table th.cell-bg-blue-light,
.yfm table td.cell-bg-blue-light {
  background-color: var(--g-color-base-info-light);
}
.yfm table th.cell-bg-blue,
.yfm table td.cell-bg-blue {
  background-color: var(--g-color-base-info-medium);
}
.yfm table th.cell-bg-green-light,
.yfm table td.cell-bg-green-light {
  background-color: var(--g-color-base-positive-light);
}
.yfm table th.cell-bg-green,
.yfm table td.cell-bg-green {
  background-color: var(--g-color-base-positive-medium);
}