/* responsive base - keep it minimal */

* { box-sizing: border-box; }

body {
  font-family: ui-monospace, "Cascadia Mono", Consolas, Menlo, monospace;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1em;
  max-width: 45em;
  overflow-wrap: break-word;
}

img { max-width: 100%; height: auto; }

pre { overflow-x: auto; font-size: clamp(0.55rem, 2.4vw, 1rem); }
