/* Forge landing page styles */
body {
  font-family: system-ui, sans-serif;
  max-width: 640px;
  margin: 2rem auto;
  padding: 0 1rem;
  line-height: 1.6;
}
h1 { font-size: 2rem; }
p { color: #444; }
