@layer overrides {
}

body {
  color: #2c2f35;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, h4 {
  color: #2b2f37;
  font-weight: 600;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.3rem;
  margin-top: 2.5rem;
}

h3 {
  font-size: 1.25rem;
}

.side-bar {
  background-color: #f9fafb;
  border-right: 1px solid #e5e7eb;
}

.side-bar a {
  color: #111827;
  font-weight: 500;
}

.side-bar a:hover {
  color: #2563eb;
}

.nav-list .active {
  background-color: transparent;
  color: #2563eb;
  font-weight: 600;
}

.site-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  letter-spacing: 0.02em;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.main-content {
  max-width: 900px;
}