html {
  --top: #048;
  --bottom: #FFF;
  --text-top: #111;
  --primary: #BB86FC;
  --secondary: #114540;
  --surface-bg: #FFF;
  --icon-secondary-color: darkgrey;
  --icon-primary-color: royalblue;
  --important-bg: #E09FAB; /* used for error and important notifications */
  --important-fg: #111;
  color-scheme: light;
}

