/* Generated from @tailwindcss/typography */

:root {
  --tw-prose-body: #44403c;
  --tw-prose-headings: #1c1917;
  --tw-prose-lead: #57534e;
  --tw-prose-links: #1c1917;
  --tw-prose-bold: #1c1917;
  --tw-prose-counters: #78716c;
  --tw-prose-bullets: #d6d3d1;
  --tw-prose-hr: #e7e5e4;
  --tw-prose-quotes: #1c1917;
  --tw-prose-quote-borders: #e7e5e4;
  --tw-prose-captions: #78716c;
  --tw-prose-code: #1c1917;
  --tw-prose-pre-code: #e7e5e4;
  --tw-prose-pre-bg: #292524;
  --tw-prose-th-borders: #d6d3d1;
  --tw-prose-td-borders: #e7e5e4;
  --tw-prose-invert-body: #d6d3d1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a8a29e;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a8a29e;
  --tw-prose-invert-bullets: #57534e;
  --tw-prose-invert-hr: #44403c;
  --tw-prose-invert-quotes: #f5f5f4;
  --tw-prose-invert-quote-borders: #44403c;
  --tw-prose-invert-captions: #a8a29e;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d6d3d1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #57534e;
  --tw-prose-invert-td-borders: #44403c;
}

.content {
  color: var(--tw-prose-body);
  max-width: 65ch;
  font-size: 1rem;
  line-height: 1.75;
}

.content [class~="lead"] {
  color: var(--tw-prose-lead);
}

.content a {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.content strong {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

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

.content ol[type="A"] {
  list-style-type: upper-alpha;
}

.content ol[type="a"] {
  list-style-type: lower-alpha;
}

.content ol[type="A" s] {
  list-style-type: upper-alpha;
}

.content ol[type="a" s] {
  list-style-type: lower-alpha;
}

.content ol[type="I"] {
  list-style-type: upper-roman;
}

.content ol[type="i"] {
  list-style-type: lower-roman;
}

.content ol[type="I" s] {
  list-style-type: upper-roman;
}

.content ol[type="i" s] {
  list-style-type: lower-roman;
}

.content ol[type="1"] {
  list-style-type: decimal;
}

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

.content ol > li::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.content ul > li::marker {
  color: var(--tw-prose-bullets);
}

.content hr {
  border-color: var(--tw-prose-hr);
  border-top-width: 1;
}

.content blockquote {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
}

.content blockquote p:first-of-type::before {
  content: open-quote;
}

.content blockquote p:last-of-type::after {
  content: close-quote;
}

.content h1 {
  color: var(--tw-prose-headings);
  font-weight: 700;
}

.content h1 strong {
  font-weight: 800;
}

.content h2 {
  color: var(--tw-prose-headings);
  font-weight: 600;
}

.content h2 strong {
  font-weight: 700;
}

.content h3 {
  color: var(--tw-prose-headings);
  font-weight: 600;
}

.content h3 strong {
  font-weight: 700;
}

.content figure > * {
}

.content figcaption {
  color: var(--tw-prose-captions);
}

.content code {
  color: var(--tw-prose-code);
  font-weight: 600;
}

.content code::before {
  content: "`";
}

.content code::after {
  content: "`";
}

.content a code {
  color: var(--tw-prose-links);
}

.content pre {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
}

.content pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.content pre code::before {
  content: none;
}

.content pre code::after {
  content: none;
}

.content table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
}

.content thead {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.content thead th {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
}

.content tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.content tbody tr:last-child {
  border-bottom-width: 0;
}

.content tbody td {
  vertical-align: baseline;
}

.content p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.content [class~="lead"] {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.content blockquote {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.content h1 {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.content h2 {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.content img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.content figcaption {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.content code {
  font-size: 0.875em;
}

.content h1 code {
  font-size: 0.875em;
}

.content h2 code {
  font-size: 0.9em;
}

.content pre {
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.content ol {
  padding-left: 1.625em;
}

.content ul {
  padding-left: 1.625em;
}

.content li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.content ol > li {
  padding-left: 0.375em;
}

.content ul > li {
  padding-left: 0.375em;
}

.content > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.content > ul > li > *:first-child {
  margin-top: 1.25em;
}

.content > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.content > ol > li > *:first-child {
  margin-top: 1.25em;
}

.content > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.content ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.content hr {
  margin-top: 3em;
  margin-bottom: 3em;
}

.content hr + * {
  margin-top: 0;
}

.content h1 + * {
  margin-top: 0;
}

.content h2 + * {
  margin-top: 0;
}

.content h3 + * {
  margin-top: 0;
}

.content table {
  font-size: 0.875em;
  line-height: 1.7142857;
}

.content thead th {
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.content thead th:first-child {
  padding-left: 0;
}

.content thead th:last-child {
  padding-right: 0;
}

.content tbody td {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.content tbody td:first-child {
  padding-left: 0;
}

.content tbody td:last-child {
  padding-right: 0;
}
