/* Deliberately almost empty. Everything visual is hers, in style.css
   in the editor. Only a reset lives here so she starts from nothing
   rather than from someone else's opinions. */

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: system-ui, sans-serif;
}

img { max-width: 100%; }
