:root {
    --color-primary: #00333E !important;
    --color-secondary: #00A9CE !important;
    --color-tertiary: #00A9CE !important;
    --color-primary-text: #00333E;
    --color-background: #fff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0.375rem; }
  
  
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .leaflet-container img.leaflet-tile {
  filter: none !important;
}

@media (min-width: 1280px) {
  .logo-image {
    width: 125%;
  }
}