/* [project]/src/components/Documentation/Documentation.module.css [app-client] (css) */
.Documentation-module__I2cLza__prose {
  color: #374151;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
}

.Documentation-module__I2cLza__prose > :first-child {
  margin-top: 0;
}

.Documentation-module__I2cLza__prose h1 {
  color: #0f172a;
  margin: 0 0 .5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.Documentation-module__I2cLza__prose h2 {
  color: #0f172a;
  margin: 2.25rem 0 .75rem;
  padding-top: .5rem;
  scroll-margin-top: 6rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.Documentation-module__I2cLza__prose h3 {
  color: #1e293b;
  margin: 1.75rem 0 .5rem;
  scroll-margin-top: 6rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.Documentation-module__I2cLza__prose h4 {
  color: #1e293b;
  margin: 1.25rem 0 .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.Documentation-module__I2cLza__prose :is(h1, h2, h3, h4) a {
  color: inherit;
  text-decoration: none;
}

.Documentation-module__I2cLza__prose p {
  margin: 0 0 1rem;
}

.Documentation-module__I2cLza__prose a {
  color: #2563eb;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.Documentation-module__I2cLza__prose a:hover {
  color: #1d4ed8;
}

.Documentation-module__I2cLza__prose ul, .Documentation-module__I2cLza__prose ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.Documentation-module__I2cLza__prose ul {
  list-style: outside;
}

.Documentation-module__I2cLza__prose ol {
  list-style: decimal;
}

.Documentation-module__I2cLza__prose li {
  margin: .35rem 0;
}

.Documentation-module__I2cLza__prose code {
  font-family: var(--font-mono);
  color: #0f172a;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: .1rem .35rem;
  font-size: .85em;
}

.Documentation-module__I2cLza__prose pre {
  color: #e2e8f0;
  background: #0f172a;
  border-radius: 12px;
  margin: 0 0 1.25rem;
  padding: 1rem 1.25rem;
  overflow-x: auto;
}

.Documentation-module__I2cLza__prose pre code {
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  font-size: .85rem;
}

.Documentation-module__I2cLza__prose blockquote {
  color: #64748b;
  border-left: 3px solid #cbd5e1;
  margin: 0 0 1rem;
  padding-left: 1rem;
}

.Documentation-module__I2cLza__prose hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 2rem 0;
}

.Documentation-module__I2cLza__prose table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 1.25rem;
  font-size: .9rem;
}

.Documentation-module__I2cLza__prose th, .Documentation-module__I2cLza__prose td {
  text-align: left;
  border: 1px solid #e2e8f0;
  padding: .5rem .75rem;
}

.Documentation-module__I2cLza__prose th {
  color: #0f172a;
  background: #f8fafc;
  font-weight: 600;
}

.Documentation-module__I2cLza__prose img {
  border-radius: 12px;
}

.Documentation-module__I2cLza__prose strong {
  color: #0f172a;
  font-weight: 600;
}

/*# sourceMappingURL=src_components_Documentation_Documentation_module_0zgkebe.css.map*/