:root {
  color-scheme: dark;
  font-family: ui-sans-serif, system-ui, sans-serif;
  line-height: 1.55;
}

:where(*) {
  box-sizing: border-box;
}

:where(body) {
  max-width: 52rem;
  margin: 0 auto;
  padding: 2rem 1.25rem;
  background: #080908;
  color: #ece7db;
}

:where(a) {
  color: #ffc461;
}

:where(.brand) {
  display: inline-block;
  margin-bottom: 2rem;
  color: #ece7db;
  font-weight: 700;
  text-decoration: none;
}

:where(h1, h2) {
  line-height: 1.15;
}

:where(pre, blockquote) {
  overflow-x: auto;
  margin-inline: 0;
  padding: 1rem;
  border: 1px solid rgba(236, 231, 219, .28);
}

:where(:not(pre) > code) {
  overflow-wrap: anywhere;
}

:where(li + li) {
  margin-top: .75rem;
}

:where(.footer) {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 1rem;
  color: #c2beb5;
  border-top: 1px solid rgba(236, 231, 219, .28);
  font-size: .85rem;
}

:where(.footer div) {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 36rem) {
  :where(.footer) {
    flex-direction: column;
  }
}
