/* Keep navigation opt-in available before the first destination frame. */
@view-transition { navigation: none; }
html { background: #111416; color-scheme: dark; }
html[data-theme="light"] { background: #ece9e2; color-scheme: light; }
@media (prefers-reduced-motion: reduce) {
  @view-transition { navigation: none; }
}
