.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

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

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

.prose :where(a strong) {
  color: inherit;
}

.prose :where(ul) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: disc;
}

.prose :where(ol) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: decimal;
}

.prose :where(ol > li)::marker {
  color: var(--tw-prose-counters);
}

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

.prose :where(blockquote) {
  color: var(--tw-prose-quotes);
  border-left-width: .25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "“" "”" "‘" "’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-style: italic;
  font-weight: 500;
}

.prose :where(blockquote p:first-of-type):before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):after {
  content: close-quote;
}

.prose :where(h1) {
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

.prose :where(h1, h2, h3, h4) {
  font-family: Cardo, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}

.prose :where(h2) {
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

.prose :where(h3) {
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

.prose :where(h4) {
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(li) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose :where(ol > li) {
  padding-left: .375em;
}

.prose :where(ul > li) {
  padding-left: .375em;
}

.prose :where(.prose > ul > li p) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(.prose > ul > li > :first-child) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > :last-child) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > :first-child) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > :last-child) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(hr + *) {
  margin-top: 0;
}

.prose :where(h2 + *) {
  margin-top: 0;
}

.prose :where(h3 + *) {
  margin-top: 0;
}

.prose :where(h4 + *) {
  margin-top: 0;
}

.prose :where(.prose > :first-child) {
  margin-top: 0;
}

.prose :where(.prose > :last-child) {
  margin-bottom: 0;
}

/*# sourceMappingURL=privacy.ab23071c.css.map */
