:root[data-theme='dark'] {
  --bg-color: #111111;
  --text-color: #faf9f6;
  --border-color: #333333;
  --studio-bg: #111111;
  --studio-text: #faf9f6;
}

/* Ensure transitions for smooth toggling */
body {
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
