:root {
  --vp-c-bg: #fff;
}

[data-theme='dark'] {
  --vp-c-bg: #1b1b1f;
}

html,
body {
  background-color: var(--vp-c-bg);
}
