:root {
  --theme-font-color: black;

  --theme-link-color-default: black;
  --theme-link-color-primary: #5b3ba4;
  --theme-link-color-muted: #7c7c7c;

  --theme-negative-color: #8b0000;
  --theme-positive-color: #239d60;
  --theme-neutral-color: rgba(124, 124, 124, 1.0);

  --theme-orange-color: rgb(211, 124, 68);
  --theme-orange-color-hover: rgba(211, 124, 68, 0.8);

  --theme-chart-gray-color: rgba(40,40,40,0.5);

  --theme-company-growth-great: lightseagreen;
  --theme-company-growth-steady: #dcc621;
  --theme-company-growth-questionable: #de6464;
  --theme-company-growth-noinformation: slategray;

  --theme-active-opportunity-buy-active: #5cb85c;
  --theme-active-opportunity-buy-approaching: rgba(255, 255, 0, 0.5);;
  --theme-active-opportunity-sell-active: #ffbdbd;
  --theme-active-opportunity-sell-approaching: rgba(255, 255, 0, 0.5);

}