html, body {
  margin: 0;
  padding: 0;
  background-color: #f9fafb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Inter, sans-serif;
  color: #111827;
}