@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Merriweather&display=swa>

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #fafafa;
  color: #1f2937;
  margin: 0;
}

header {
  padding: 32px;
  border-bottom: 1px solid #e5e7eb;
  background: white;
}

header h1 {
  margin: 0;
  font-size: 28px;
}

header p {
  margin: 8px 0 0;
  color: #6b7280;
}

nav a {
  margin-right: 16px;
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

main {
  max-width: 720px;
  margin: 40px auto;
  padding: 0 24px;
}

article {
  margin-bottom: 48px;
}

article h2 {
  margin-bottom: 8px;
}

article time {
  font-size: 14px;
  color: #6b7280;
}

footer {
  border-top: 1px solid #e5e7eb;
  padding: 24px;
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}
