:root {
  /*--primario: #175d5f; */
  --primario:  #9bc06d; 
  --secundario: #c7225e; 
}

html {
    font-size: 1rem;
}

body {
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--surface-ground);
    font-family: var(--font-family);
    font-weight: normal;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.leaflet-container {
  background: rgb(48, 48, 48) !important;
}




