/* [project]/src/components/docs/prose.css [app-client] (css) */
.prose {
  color: #a1a1a1;
  color: lab(66.128% -.0000298023 .0000119209);
  max-width: 48rem;
  line-height: 1.75;
}

.prose h1 {
  color: #fafafa;
  color: lab(98.26% 0 0);
  margin-bottom: 1rem;
  scroll-margin-top: 5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.prose h2 {
  color: #fafafa;
  color: lab(98.26% 0 0);
  border-bottom: 1px solid #ffffff1a;
  border-bottom: 1px solid lab(100% 0 0 / .1);
  margin-top: 2.5rem;
  margin-bottom: .75rem;
  padding-bottom: .5rem;
  scroll-margin-top: 5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.prose h3 {
  color: #fafafa;
  color: lab(98.26% 0 0);
  margin-top: 2rem;
  margin-bottom: .5rem;
  scroll-margin-top: 5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.prose h4 {
  color: #fafafa;
  color: lab(98.26% 0 0);
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.prose p {
  margin-bottom: 1rem;
}

.prose a {
  color: #ac4bff;
  color: lab(52.0183% 66.11 -78.2316);
  text-decoration: none;
}

.prose a:hover {
  text-decoration: underline;
}

.prose strong {
  color: #fafafa;
  color: lab(98.26% 0 0);
  font-weight: 600;
}

.prose ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.prose ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style-type: decimal;
}

.prose li {
  margin-bottom: .375rem;
}

.prose li > ul, .prose li > ol {
  margin-top: .375rem;
  margin-bottom: 0;
}

.prose code {
  color: #fafafa;
  color: lab(98.26% 0 0);
  font-size: .875rem;
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  background-color: #262626;
  background-color: lab(15.204% 0 -.00000596046);
  border-radius: .25rem;
  padding: .125rem .375rem;
}

.prose pre {
  background-color: #171717;
  background-color: lab(7.78201% -.0000149012 0);
  border: 1px solid #ffffff1a;
  border: 1px solid lab(100% 0 0 / .1);
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  overflow-x: auto;
}

.prose pre code {
  color: #cecece;
  color: lab(82.6% .0000298023 -.0000119209);
  background-color: #0000;
  padding: 0;
  font-size: .8125rem;
  line-height: 1.7;
}

.prose table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  font-size: .875rem;
}

.prose thead th {
  color: #fafafa;
  color: lab(98.26% 0 0);
  text-align: left;
  border-bottom: 2px solid #ffffff26;
  border-bottom: 2px solid lab(100% 0 0 / .15);
  padding: .625rem .75rem;
  font-weight: 600;
}

.prose tbody td {
  border-bottom: 1px solid #ffffff14;
  border-bottom: 1px solid lab(100% 0 0 / .08);
  padding: .5rem .75rem;
}

.prose tbody tr:hover {
  background-color: #ffffff08;
  background-color: lab(100% 0 0 / .03);
}

.prose blockquote {
  color: #a1a1a1;
  color: lab(66.128% -.0000298023 .0000119209);
  border-left: 3px solid #ac4bff;
  border-left: 3px solid lab(52.0183% 66.11 -78.2316);
  margin-bottom: 1rem;
  margin-left: 0;
  padding-left: 1rem;
  font-style: italic;
}

.prose hr {
  border: none;
  border-top: 1px solid oklch(100% 0 0 / .1);
  margin: 2rem 0;
}

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