@import url('https://fonts.googleapis.com/css2?family=Boldonse&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
}

 h4 {
    text-align: center;
    margin: 1rem 0 0.5rem;
  }
  #map {
    height: 80vh;
    width: 100%;
  }
  .legend {
    user-select: none;
    max-width: 320px;
    margin: 0 auto 1rem;
  }
  .legend-title {
    color: #6e50e4;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.2rem;
    text-align: center;
  }
  .legend-item {
    cursor: pointer;
    user-select: none;
    margin: 6px 0;
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
  .legend-item input[type="checkbox"] {
    margin-right: 8px;
    cursor: pointer;
  }
  .legend-color {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    margin-right: 8px;
    flex-shrink: 0;
  }