/* Basic blog styles placeholder to prevent 404s and provide minimal layout */
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.blog-post {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

.post-header h1 {
  margin-bottom: 0.25rem;
}

.post-meta {
  color: #666;
  font-size: 0.9rem;
}