:root {
  --color-bg-top: #050508;
  --color-bg-bottom: #000000;
}

[data-theme="light"] {
  --color-bg-top: #E8F4FD;
  --color-bg-bottom: #C5DFF2;
}