/* Shared site styles */
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0; font: 15px/1.45 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:#111827; background:#fff;
}
h1, h2, h3 { margin: 0 0 8px; }
p { margin: 0 0 8px; }
input[type="search"], input[type="text"], select {
  border:1px solid #cbd5e1; border-radius:8px; padding:8px 10px; font: inherit;
}
