/* styles/globals.css */
body {
  font-family: 'Inter', sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  line-height: 1.6;
}

.post {
  margin-bottom: 3rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}

.post h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.post-content {
  margin-top: 1rem;
}
