/* Shared navigation styles — identical across all pages */
.top-nav {
  display: flex;
  gap: 4px;
  align-items: center;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 100;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}
.footer-links {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}
.nav-link,
.nav-link:visited {
  color: #000;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.nav-link:hover {
  text-decoration: none;
}
.separator {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.year {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
