h1 {
  margin-top: 0rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: break-word;
  overflow-wrap: break-word;
}

h1 > * + *,
h1:only-of-type {
  margin-top: 0;
}

h2 {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: medium;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

h2 + h3 {
  margin-top: 1.5rem;
}

h3 {
  position: relative;
  margin-top: 1rem;
  font-weight: medium;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
h4 {
  position: relative;
  margin-top: 1rem;
  font-weight: medium;
  font-size: 1.125rem;
  line-height: 1.375;
}
h5 {
  position: relative;
  margin-top: 1rem;
  font-weight: semibold;
  font-size: 1rem;
  line-height: 1.375;
}
h6 {
  position: relative;
  margin-top: 1rem;
  font-weight: semibold;
  font-size: 0.875rem;
  line-height: 1.375;
}
a {
  font-weight: semibold;
  transition: color 0.15s;
  transition-timing-function: ease-out;
}

p {
  margin-top: 1;
  line-height: 1.8;
  font-family: var(--chakra-fonts-paragraph);
}

blockquote {
  margin-left: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  font-style: italic;
}

span.mdx-linebreak {
  height: 24px;
}

pre {
  margin-right: 2em;
  margin-left: 2em;
  border-radius: var(--border-radius-md);
}

blockquote p {
  margin-top: 1rem;
}

blockquote .blockquote-inner {
  margin-top: 1rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border-left-width: 3px;
  border-radius: 1px;
  border-left-color: rgb(218, 225, 233);
}

blockquote .blockquote-inner:last-child {
  margin-bottom: 0;
}

blockquote .blockquote-inner h1,
blockquote .blockquote-inner h2,
blockquote .blockquote-inner h3,
blockquote .blockquote-inner h4,
blockquote .blockquote-inner h5,
blockquote .blockquote-inner h6,
blockquote .blockquote-inner p:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin-top: 0.5rem;
  margin-left: 1.25rem;
}

blockquote ul {
  margin-top: 0;
}

ul > * + * {
  margin-top: 0.25rem;
}

li {
  padding: 0;
  padding-bottom: 4px;
}

li > p {
  margin-top: 0;
}

code {
  padding: 2px 1px;
  border: 1px solid #dadce0;
  border-radius: var(--border-radius-md);
  background: #f7f7f7;
  color: #202124;
  font-size: 0.84em;
  line-height: normal;
  white-space: nowrap;
}

code.block {
  display: block;
  padding: 0.65rem;
  white-space: pre;
}

.mdx > p {
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}
.mdx .heading {
  pointer-events: none;
}

.mdx .heading .heading-link--container {
  pointer-events: auto;
}

.mdx .heading a.heading-link {
  display: inline-flex;
  position: relative;
  right: -12px;
  height: 1.3rem;
  opacity: 0;
}

.mdx h2 a.heading-link,
.mdx h3 a.heading-link {
  padding-right: 2px;
}
.mdx h4 a.heading-link,
.mdx h5 a.heading-link,
.mdx h6 a.heading-link {
  height: 1.2rem;
  padding-right: 0;
}

.mdx .heading:hover a {
  opacity: 1;
}
.mdx > h2:only-child,
.mdx > h2:only-of-type {
  margin-top: 0;
}

.mdx > h3:only-child,
.mdx > h3:only-of-type {
  margin-top: 0;
}

kbd {
  display: inline-block;
  padding: 0.25rem;
  border: var(--borders-1px) var(--colors-gray-300);
  border-radius: var(--border-radius-md);
  border-bottom-color: var(--colors-gray-200);
  background-color: var(--colors-gray-50);
  box-shadow: inset 0 -1px 0 var(--colors-gray-300);
  color: var(--colors-black);
  font: 11px var(--fonts-mono);
  line-height: 10px;
  vertical-align: middle;
}
