:root {
    --color-primary: #343534 !important;
    --color-secondary: #beaf87 !important;
    --color-tertiary: #f7931e !important;
    --color-primary-text: #343534;
    --color-background: #fff;
    --max-width: narrow;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0; }
  .template1 { .btn, .rounded-xl, .rounded-lg, .rounded-md, .rounded-t-xl, .rounded-b-xl, .rounded-r-xl, .rounded-l-xl { border-radius: 0px; } }
  
  
  
  
  .container {
      @media screen and (min-width: 1400px) {
        max-width: 1280px;
      }
      @media screen and (max-width: 1399px) {
        max-width: 90%;
      }
    }
  .leaflet-container img.leaflet-tile {
  filter: grayscale(100%) !important;
}

.top-bar,
.footer {
  .icon-facebook,
  .icon-instagram {
    font-size: 1.25rem;
  }
}
