/* [project]/mdx-components.module.scss.module.css [app-client] (css) */
.mdx-components-module-scss-module__cCcilW__mdx {
  letter-spacing: 0;
  color: var(--color-text-2);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mdx-components-module-scss-module__cCcilW__h1 {
  letter-spacing: -.25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mdx-components-module-scss-module__cCcilW__h1 {
    letter-spacing: -.25px;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
  }
}

@media (min-width: 1280px) {
  .mdx-components-module-scss-module__cCcilW__h1 {
    letter-spacing: -.5px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
  }
}

.mdx-components-module-scss-module__cCcilW__h1 {
  margin-top: var(--space-12);
  margin-bottom: var(--space-8);
  color: var(--color-text-2);
}

.mdx-components-module-scss-module__cCcilW__h2 {
  letter-spacing: -.25px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mdx-components-module-scss-module__cCcilW__h2 {
    letter-spacing: -.25px;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
  }
}

@media (min-width: 1280px) {
  .mdx-components-module-scss-module__cCcilW__h2 {
    letter-spacing: -.5px;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}

.mdx-components-module-scss-module__cCcilW__h2 {
  margin-top: var(--space-10);
  margin-bottom: var(--space-6);
  color: var(--color-text-2);
}

.mdx-components-module-scss-module__cCcilW__h3 {
  letter-spacing: -.25px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

@media (min-width: 768px) {
  .mdx-components-module-scss-module__cCcilW__h3 {
    letter-spacing: -.25px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .mdx-components-module-scss-module__cCcilW__h3 {
    letter-spacing: -.25px;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
  }
}

.mdx-components-module-scss-module__cCcilW__h3 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-5);
  color: var(--color-text-2);
}

.mdx-components-module-scss-module__cCcilW__h4 {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mdx-components-module-scss-module__cCcilW__h4 {
    letter-spacing: -.25px;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}

@media (min-width: 1280px) {
  .mdx-components-module-scss-module__cCcilW__h4 {
    letter-spacing: -.25px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.mdx-components-module-scss-module__cCcilW__h4 {
  margin-top: var(--space-6);
  margin-bottom: var(--space-4);
  color: var(--color-text-2);
}

.mdx-components-module-scss-module__cCcilW__h5 {
  letter-spacing: 0;
  margin-top: var(--space-6);
  margin-bottom: var(--space-4);
  color: var(--color-text-2);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.mdx-components-module-scss-module__cCcilW__h6 {
  letter-spacing: .1px;
  margin-top: var(--space-6);
  margin-bottom: var(--space-4);
  color: var(--color-text-2);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.mdx-components-module-scss-module__cCcilW__p {
  margin-bottom: var(--space-6);
}

.mdx-components-module-scss-module__cCcilW__a {
  color: var(--color-accent);
  text-decoration: underline;
  transition: color .2s;
}

.mdx-components-module-scss-module__cCcilW__a:hover {
  color: var(--color-accent-hover);
  text-decoration: none;
}

.mdx-components-module-scss-module__cCcilW__ul, .mdx-components-module-scss-module__cCcilW__ol {
  padding-left: var(--space-8);
  margin-bottom: var(--space-6);
}

.mdx-components-module-scss-module__cCcilW__li {
  margin-bottom: var(--space-2);
}

.mdx-components-module-scss-module__cCcilW__blockquote {
  padding-left: var(--space-6);
  margin: var(--space-6) 0;
  color: var(--color-text-3);
  border-left: 4px solid var(--color-accent-soft);
  font-style: italic;
}

.mdx-components-module-scss-module__cCcilW__code {
  letter-spacing: 0;
  padding: var(--space-1) var(--space-3);
  color: var(--color-text-2);
  background-color: var(--color-surface-2);
  border-radius: var(--space-1);
  font-family: Fira Code, Consolas, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.mdx-components-module-scss-module__cCcilW__pre {
  padding: var(--space-6);
  margin: var(--space-6) 0;
  background-color: var(--color-surface-2);
  border-radius: var(--space-2);
  overflow-x: auto;
}

.mdx-components-module-scss-module__cCcilW__pre code {
  color: inherit;
  background: none;
  padding: 0;
}

.mdx-components-module-scss-module__cCcilW__img {
  max-width: 100%;
  height: auto;
  margin: var(--space-6) 0;
  border-radius: var(--space-2);
}

.mdx-components-module-scss-module__cCcilW__hr {
  margin: var(--space-10) 0;
  border: none;
  border-top: 1px solid var(--color-surface-3);
}

.mdx-components-module-scss-module__cCcilW__table {
  letter-spacing: 0;
  width: 100%;
  margin: var(--space-6) 0;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mdx-components-module-scss-module__cCcilW__table th, .mdx-components-module-scss-module__cCcilW__table td {
  padding: var(--space-4) var(--space-6);
  text-align: left;
  border: 1px solid var(--color-surface-3);
}

.mdx-components-module-scss-module__cCcilW__table th {
  letter-spacing: .1px;
  background-color: var(--color-surface-2);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/*# sourceMappingURL=mdx-components_module_scss_module_0x4f1_0.css.map*/