:root {
    --b-background:white;
    --b-foreground-a:#131d13;
    --b-foreground-b:#283d28;
    --b-foreground-c:#446944;
    --b-foreground-d:#69a569;
    --b-background-dark:#010201;
    --b-text:rgba(255, 255, 255, 0.767);
    --b-text-dark:rgba(0, 0, 0, 0.836);
    --b-tint-a:hsla(0, 0%, 100%, 0.5);
    --b-tint-b:hsla(0, 0%, 100%, 0.2);
    --c-shade-a:rgba(0, 0, 0, 0.4);
    --c-shade-b:rgba(0, 0, 0, 0.2);
    --b-button-edit:var(--b-foreground-d);
    --b-button-delete:rgb(141, 42, 17);
    --b-button-add:var(--b-foreground-a);
    --b-splash-image-height: 100vh;
    --b-header-height:54px;
    --b-section-header-height:150px;
    --b-section-header-height-desktop:250px;
    --b-map-width:320px;
    --b-sidebar-width:280px;
  }