/*

  The main css vars mostly used in the theme, if you want to change a theme start here.

*/
:root {
  --stroke-width: 1px; /* Use for borders, etc. same stroke width as the icons use. */

  --my-z-index-very-top: 50001;
  --my-z-index-menu: 50000; /* Weird, but needed to be on top of the leaflet map. */
  --my-z-index-on-static: 2;
  --my-z-index-static: 1;
  --my-z-index-bg: 0;

  --my-color-text-success: white;
  --my-backgroundcolor-text-success: darkgreen;
  --my-color-text-danger: red;
}
