:root .dark-theme {
  --primary-color: #EB69C4;
  --primary-pale-color: #732a5d;
}

:root .light-theme {
  --primary-color: #EB69C4;
  --primary-pale-color: #f6bfe6;
}
