/* Document base. The studio at / ships its own scoped system in
   src/openhiggsfield/openhiggsfield.css; this file only owns what lives outside
   that scope — the document canvas, which overscroll rubber-banding exposes.
   Literal because --bg lives on .ohf; it matches STUDIO_BG in src/site.ts. */

html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #0a0a0b;
  color-scheme: dark;
}
