@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,700;1,400&display=swap');

html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  font-family: 'Alegreya', serif;
}

#globe-container {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#headline-panel {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: white;
  color: black;
  padding: 1rem;
  max-width: 300px;
  border-left: 1px solid #ccc;
  font-size: 0.95rem;
  display: none;
}

nav {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

.nav-link {
  margin-right: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.nav-link:hover {
  text-decoration: underline;
}
