body {
  background: var(--sg-color-bg);
  color: var(--sg-color-text);
}

.sg-surface {
  background: var(--sg-color-bg);
  color: var(--sg-color-text);
}

.sg-surface-muted {
  background: var(--sg-color-surface);
}

.sg-surface-dark {
  background: var(--sg-color-surface-strong);
  color: var(--sg-color-text-inverse);
}

.sg-label {
  display: none !important;
}

.sg-divider {
  height: 1px;
  background: var(--sg-color-surface-soft);
}
