/* Element resets and base typography. */
  *{box-sizing:border-box}
  body{background:var(--bg);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
  h1,h2,h3,h4{font-family:var(--display);font-weight:700;margin:0;line-height:1.15;text-wrap:balance}
  p{margin:0}
  img{display:block}
  img,.scene{image-rendering:pixelated;image-rendering:crisp-edges}
  button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer}
  :focus-visible{outline:3px solid var(--sky);outline-offset:2px;border-radius:6px}
  .mono{font-family:var(--mono)}
