:root .dark-theme {
  --primary-color: #656565;
  --primary-pale-color: #c1c1c1;
}

:root .light-theme {
  --primary-color: #656565;
  --primary-pale-color: #959595;
}
