:root .dark-theme {
  --primary-color: #FCB77E;
  --primary-pale-color: #a15b22;
}

:root .light-theme {
  --primary-color: #FCB77E;
  --primary-pale-color: #feecdd;
}
