:root,
body.theme-dark,
body.theme-light,
body.theme-soft-gradient {
  --page-background: #090a0f;
  --page-background-soft: color-mix(in srgb, #7c5cff 10%, #090a0f);
  --page-text: #f8f7fb;
  --page-muted: #f8f7fb;
  --accent-color: #7c5cff;
  --accent-contrast: #ffffff;
  --surface-color: #090a0f;
  --surface-border: color-mix(in srgb, #f8f7fb 16%, transparent);
  --surface-shadow: color-mix(in srgb, #000000 24%, transparent);
}