/* Same rule, same stylesheet - must be on BOTH pages */
@view-transition {
  navigation: auto;
}
body {
  font-family: system-ui, sans-serif;
  padding: 2rem;
  color: #eee;
}
.page-a {
  background: #1a1a2e;
}

.page-b {
  background: #0f3460;
}

a {
  color: #e94560;
  font-size: 1.25rem;
}