/* Removed color-scheme: light to allow dark mode toggle */
html, body { background-color: var(--bg-900);
  color: var(--text-main);
}
