:root {
  --accent: #6d28d9;
  --accent-soft: #ede9fe;
}

:root[data-theme="dark"] {
  --accent: #c4b5fd;
  --accent-soft: #2e1065;
}
