/*
 * Global custom CSS is intentionally minimal.
 * Prefer Tailwind utility classes directly in views/components.
 */

.page-content {
  color: #24292f;
  font-size: 1rem;
  line-height: 1.7;
}

.dark .page-content {
  color: #c9d1d9;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
  color: #1f2328;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.dark .page-content h1,
.dark .page-content h2,
.dark .page-content h3,
.dark .page-content h4 {
  color: #f0f6fc;
}

.page-content h1 {
  font-size: 1.875rem;
}

.page-content h2 {
  font-size: 1.5rem;
}

.page-content h3 {
  font-size: 1.25rem;
}

.page-content p,
.page-content ul,
.page-content ol,
.page-content blockquote,
.page-content pre {
  margin: 0.75rem 0;
}

.page-content ul,
.page-content ol {
  padding-left: 1.25rem;
}

.page-content ul {
  list-style: disc;
}

.page-content ol {
  list-style: decimal;
}

.page-content li + li {
  margin-top: 0.375rem;
}

.page-content a {
  color: #0969da;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dark .page-content a {
  color: #58a6ff;
}

.page-content code {
  background: #eaeef2;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.1rem 0.35rem;
}

.dark .page-content code {
  background: #21262d;
}

.page-content pre {
  background: #24292f;
  border-radius: 0.5rem;
  color: #f0f6fc;
  overflow-x: auto;
  padding: 0.875rem 1rem;
}

.page-content > :first-child {
  margin-top: 0;
}
