body.customsirge_dark-surface.gradient {
  background: var(--customsirge-c-black, #0b0b0b);
}

main#MainContent {
  --color-foreground: 255, 255, 255;
  --color-background: 11, 11, 11;
  --color-link: 255, 255, 255;
  --color-secondary-button-label: 255, 255, 255;
  --gradient-background: #0b0b0b;

  --customsirge-c-cream: #0b0b0b;
  --customsirge-c-cream-soft: #141414;
  --customsirge-c-cream-tint: #1a1a1a;

  --customsirge-c-heading-dark: #ffffff;
  --customsirge-c-body-on-light: #f4ebcd;
  --customsirge-c-ink: #ececec;
  --customsirge-c-ink-soft: #b8b8b8;

  background-color: #0b0b0b;
  color: #ffffff;
}
