:root {
  --themeBaseColor:#ffffff;
  --themeBgColor: linear-gradient(var(--themeBaseColor),#f5f5f5);
  --themeLoadingColor: #aaaab3;
}