/* Shared legal page styles — Barren Wuffett
 * Matches game canvas palette for visual continuity when player taps legal link.
 * Used by: public/impressum.html, public/datenschutz.html
 */

body {
  background-color: #1a1a2e;
  color: #e8e8e8;
  font-family: 'Press Start 2P', 'Courier New', monospace;
  font-size: 14px;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto;
  padding: 32px 16px;
}

h1 {
  font-size: 20px;
  margin-bottom: 24px;
  color: #e8e8e8;
}

h2 {
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #e8e8e8;
}

p {
  margin-bottom: 16px;
}

a {
  color: #00ff88;
  text-decoration: underline;
}

a:hover {
  color: #00cc66;
}

.back-link {
  display: block;
  margin-top: 48px;
  font-size: 12px;
}
