:root {
  color-scheme: light dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0 16px;
}

main {
  max-width: 40rem;
  margin: 4rem auto;
}

nav {
  margin-top: 2rem;
}

/* Staging builds only: build.mjs leaves the banner out of production. */
.env-banner {
  padding: 6px 16px;
  background: #b45309;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

/* Draft legal pages only: remove with the notice when the text is final. */
.draft-note {
  padding: 8px 12px;
  border: 2px dashed #b45309;
  font-weight: 600;
}
