:root {
  --farbe-akzent: #2c5f7c;
  --farbe-text: #1a1a1a;
  --farbe-hintergrund: #fdfdfb;
  --abstand-sektion: 4rem;
}
body {
  font-family: system-ui, -apple-system, sans-serif;
  color: var(--farbe-text);
  background: var(--farbe-hintergrund);
  line-height: 1.6;
  margin: 0;
  padding: var(--abstand-sektion) 1.5rem;
  max-width: 42rem;
  margin-inline: auto;
}
h1 { color: var(--farbe-akzent); }
.untertitel { color: #666; }
section { margin-top: var(--abstand-sektion); }
