:root {
  --wa-color-brand-05: #fff8f8;
  --wa-color-brand-10: #fff0f0;
  --wa-color-brand-20: #f9dedd;
  --wa-color-brand-30: #f3c2c0;
  --wa-color-brand-40: #ea9794;
  --wa-color-brand-50: #db746f;
  --wa-color-brand-60: #c65454;
  --wa-color-brand-70: #ad4545;
  --wa-color-brand-80: #8a3535;
  --wa-color-brand-90: #612626;
  --wa-color-brand-95: #421919;
  --wa-color-brand-100: #260d0d;
  --wa-color-brand: var(--wa-color-brand-60);
  --wa-color-brand-fill-quiet: #fff4f3;
  --wa-color-brand-border-loud: #c65454;
  --wa-color-surface-default: #fffdfd;
  --wa-color-surface-lowered: #fff4f3;
  --wa-color-surface-raised: #ffffff;
  --wa-color-surface-border: #efdcd9;
  --wa-color-text-normal: #2f2323;
  --wa-color-text-quiet: #6a5858;
  --wa-color-text-link: #c65454;
  --wa-color-shadow: rgba(93, 59, 59, 0.13);
}

.content-prose :where(table) {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--wa-color-surface-border);
  border-radius: 1.5rem;
  background: var(--wa-color-surface-raised);
}

.content-prose table thead {
  background: #fff0ef;
  color: #7d4040;
}

.content-prose table thead th {
  color: #7d4040 !important;
  font-weight: 700;
}
