/* Shared, still starlight across every public page. The pattern scrolls with the
   document, continuing through every section without a canvas or animation loop. */
:root body {
  background-image: url("/assets/starlight.svg");
  background-repeat: repeat;
  background-size: 1379px 977px;
}
@media (max-width: 600px) {
  :root body { background-size: 1000px 708px; }
}
@media print { :root body { background-image: none; } }
