@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Fira+Code:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.font-exo {
  font-family: "Exo 2", sans-serif;
}
.font-lato {
  font-family: "Lato", sans-serif;
}

#dayNightToggle {
  transition: all 0.3s ease;
}

#dayNightToggle:hover {
  filter: invert(1);
}

#satelliteMap {
  width: 100%;
  height: 300px;
  background-color: #1a1a1a;
  border-radius: 0.5rem;
  overflow: hidden;
}

.observer-marker,
.satellite-marker {
  background: none;
  border: none;
}

.leaflet-container {
  background-color: #1a1a1a !important;
}

.leaflet-tile-pane {
  opacity: 1;
  filter: brightness(0.8) contrast(1.2);
}

.leaflet-control-attribution {
  display: none;
}

/* Update observer marker color to match 3D globe */
.observer-marker div {
  background-color: #f9ff50 !important; /* Lime/yellow-green color */
}
