/* Minimal reset so the 100%-height app shell can fill the page.
   Everything else lives in co-located *.module.css. */
html,
body,
#root {
  margin: 0;
  height: 100%;
}
