/* Base */
body {
  background-color: #fffed0;
  color: #1f1f1f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Content */
.content {
  max-width: 800px;
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 600;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #555;
  margin-top: 10px;
}

.hero-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
}

/* Sidebar */
.sidebar {
  border-left: 1px solid rgba(0,0,0,0.1);
}

.sidebar-links {
  list-style: none;
  padding-left: 0;
}

.sidebar-links li {
  margin-bottom: 10px;
}

.sidebar-links a {
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
}

.sidebar-links a:hover {
  text-decoration: underline;
}

.sidebar-heading {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
}

/* Blog subtext (shared with blog pages) */
.blog-subitem {
  display: block;
  font-size: 0.8rem;
  color: #666;
  margin-top: 2px;
}

/* Mobile */
.navbar {
  background-color: #c8cbb2;
}
