[x-cloak] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  background-color: #F6F4EE;
  color: #1B2420;
}

::selection { background: #2F5C46; color: #F6F4EE; }

:focus-visible { outline: 2px solid #2F5C46; outline-offset: 3px; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #2F5C46;
  color: #F6F4EE;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  transition: background-color 200ms ease;
}
.btn-primary:hover { background: #1F3F30; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(27, 36, 32, 0.2);
  color: #1B2420;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  transition: border-color 200ms ease, color 200ms ease;
}
.btn-ghost:hover { border-color: #2F5C46; color: #2F5C46; }

.nav-link.is-active { color: #2F5C46; }

article.prose a { color: #2F5C46; text-decoration: underline; text-underline-offset: 3px; }
article.prose h2 { font-family: 'Source Serif 4', Georgia, serif; margin-top: 2em; }
article.prose ul { list-style: disc; padding-left: 1.25em; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
