:root {
  --kb-map-bg: #0a0e1a;
  --kb-map-water: #0f4c81;
  --kb-map-water-outline: #1e6aa8;
  --kb-map-park: #173b2b;
  --kb-map-building: #1c2438;
  --kb-map-building-outline: #2c3650;
  --kb-map-road-casing: #394663;
  --kb-map-road: #f3f5f7;
  --kb-map-road-label: #d9e0ea;
  --kb-map-place-label: #d0d8e6;
}

.maplibregl-map {
  background: var(--kb-map-bg) !important;
  height: 100% !important;
  width: 100% !important;
}

.maplibregl-canvas-container {
  height: 100% !important;
  width: 100% !important;
}

.maplibregl-canvas {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  background: transparent !important;
}
