@font-face {
  font-family: "PixelSoft";
  src: local("Courier New");
}

body {
  margin: 0;
  background: #f2f1ee;
  color: #2b2b2b;
  font-family: PixelSoft, monospace;
  line-height: 1.6;
}

.site-header {
  padding: 3rem 1.5rem 1.5rem;
  text-align: center;
}

.site-header h1 {
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.tagline {
  font-size: 0.9rem;
  opacity: 0.7;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  background: #b9b2c8;
  padding: 0.75rem;
  font-size: 0.85rem;
}

.site-nav a {
  color: #1f1f1f;
  text-decoration: none;
}

.site-nav a:hover {
  text-decoration: underline;
}

.content {
  max-width: 760px;
  margin: auto;
  padding: 2rem 1.5rem;
}

.intro {
  margin-bottom: 3rem;
}

.intro h2 {
  background: #d7cfe3;
  display: inline-block;
  padding: 0.2rem 0.6rem;
}

.soft-note {
  font-size: 0.8rem;
  opacity: 0.6;
}

.posts h2 {
  margin-bottom: 1.5rem;
}

.post {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #999;
}

.post h3 {
  margin-bottom: 0.2rem;
}

.post time {
  font-size: 0.75rem;
  opacity: 0.6;
}

.read-more {
  font-size: 0.8rem;
  text-decoration: none;
  color: #4a4a7d;
}

.read-more:hover {
  text-decoration: underline;
}

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.75rem;
  opacity: 0.6;
}