body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.site-header,
.site-footer {
  padding: 16px 0;
}

.site-logo {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}
