/* One small stylesheet, default-control / old-web look (ARCHITECTURE §2).
   Grown out as the UI lands; this is just enough to not look broken. */
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  margin: 2rem auto;
  max-width: 720px;
  padding: 0 1rem;
  color: #111;
  background: #fff;
}
h1 { font-size: 1.6rem; }
a { color: #0645ad; }
