/* @aztlan/generator-front 1.1.3 */

@use "@aztlan/bem";

.#{bem.$base}.map {
  background: orange;
  height: var(--height);

  .leaflet-container {
    //height: 300px;
  }

  .leaflet-control-attribution {
    font-family: var(--font-paragraph);
  }
}


