/* STUB — shared stylesheet for the landing and downloads pages.
   Awaiting design (see site/README.md). Keep it a single file, no build step. */

body {
  font-family: system-ui, sans-serif;
  max-width: 42rem;
  margin: 4rem auto;
  padding: 0 1rem;
}
