/* Zephandor Brand Surface
   Minimal by design
   No decorative intent
*/

body {
  margin: 0;
  padding: 0;
  background: #0f0f12;
  color: #d6d6db;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.container {
  max-width: 720px;
  margin: 96px auto;
  padding: 0 24px;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}

p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #bdbdc7;
}