:root {
  --main-color: #00589C;

  --cookie-modal-background: rgba(51, 204, 255, 0.3);

  --ol-background-color: rgba(0,88,156,.85) !important;
  /*--ol-accent-background-color*/
  /*--ol-subtle-background-color*/
  --ol-partial-background-color: rgba(0,88,156,.85) !important;
  --ol-subtle-foreground-color: white !important;
  --ol-foreground-color: white !important;
  /*--ol-brand-color*/

  --chart-color-1: var(--main-color);
  --chart-color-2: #0091ff;
  --chart-color-3: #80c8ff;
  --chart-color-4: #e6f4ff;

  --sidenav-element-width: 300px;
}