html {
  background-color: var(--color-background);
}

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