/* Linked rather than inlined so the CloudFront CSP can keep style-src 'self'
   instead of 'unsafe-inline'. Anything generated for this site must preserve
   that — see docs/plans/security-remediations/18-website-security-headers.md */

body {
  font-family: system-ui, -apple-system, sans-serif;
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #fdfaf7;
  color: #3d3330;
}

main {
  text-align: center;
  padding: 2rem;
}

h1 {
  font-weight: 600;
  margin: 0 0 .5rem;
}

p {
  color: #7a6a63;
  margin: 0;
}
