@font-face {
  font-family: Lexend-Regular;
  src: url('./fonts/Lexend-Regular.ttf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: Lexend-Medium;
  src: url('./fonts/Lexend-Medium.ttf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: Lexend-SemiBold;
  src: url('./fonts/Lexend-SemiBold.ttf') format('opentype');
  font-weight: 600;
}

.marker-cluster-custom {
  border-radius: 50%;
  height: 40px;
  line-height: 37px;
  text-align: center;
  font-family: Lexend-Regular;
  font-weight: 700;
  width: 40px;
}

.marker-cluster-0 {
  background: rgba(222, 169, 197, 0.5);
  border: 3px solid #cb5a9e;
}

.marker-cluster-1 {
  background: rgba(224, 189, 159, 0.5);
  border: 3px solid #e1a88a;
}

.marker-cluster-2 {
  background: rgba(171, 205, 173, 0.5);
  border: 3px solid #bfce72;
}

.marker-cluster-3 {
  background: rgba(187, 173, 186, 0.5);
  border: 3px solid #9d85aa;
}

.marker-cluster-4 {
  background: rgba(166, 188, 167, 0.5);
  border: 3px solid #5a8674;
}

.marker-cluster-5 {
  background: rgba(193, 221, 199, 0.5);
  border: 3px solid #96cec5;
}

.marker-cluster-6 {
  background: rgba(189, 210, 213, 0.5);
  border: 3px solid #93bdef;
}

@media screen {
  .printContainer {
    visibility: hidden;
    height: 0px;
    width: 0px;
    overflow: hidden;
  }
}
