
    :root {
      --background: 0 0% 100%;
      --primary: 328 78% 46%;
      --accent: 41 100% 36%;
    }
    .dark {
      --background: 237 25% 14%;
      --card: 237 25% 14%; /* Ensure card has same bg in dark mode */
      --popover: 237 25% 14%; /* Ensure popover has same bg in dark mode */
    }
  