/* Custom theme overrides */
:root {
  --color-particles-background: #0A132E;
  --color-particles-text: #f2f6ff;
}

html,
html[data-theme="light"] {
  --color-background: #0A132E;
  --color-text: #f2f6ff;
  --color-heading: #f2f6ff;
  --color-link: #a9c4ff;
  --color-border: #36528a;
  --color-button: #9fb3d9;
  --color-mark: #2b4a80;
}
