:root {
  --md-text-font: "Inter", "Segoe UI", system-ui, sans-serif;
  --md-code-font: "JetBrains Mono", "Cascadia Code", ui-monospace, monospace;
}

.md-typeset {
  font-size: 0.82rem;
  line-height: 1.75;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-weight: 720;
  letter-spacing: 0;
}

.md-typeset h1 {
  margin-bottom: 1.1rem;
}

.md-typeset h2 {
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
  padding-bottom: 0.35rem;
}

.md-typeset a {
  text-underline-offset: 0.18em;
}

.md-typeset code {
  border-radius: 0.25rem;
  padding: 0.08rem 0.28rem;
}

.md-typeset pre > code {
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 0.45rem;
  padding: 1rem;
}

.md-typeset table:not([class]) {
  border-radius: 0.45rem;
  box-shadow: none;
  overflow: hidden;
}

.md-typeset table:not([class]) th {
  background: color-mix(in srgb, var(--md-primary-fg-color) 12%, transparent);
  font-weight: 700;
}

.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
  border-color: var(--md-default-fg-color--lightest);
  padding: 0.7rem 0.85rem;
}

.md-typeset blockquote {
  border-left-color: var(--md-accent-fg-color);
  color: var(--md-default-fg-color--light);
}

.md-nav__title,
.md-tabs__link {
  font-weight: 650;
}

.md-header {
  box-shadow: none;
}

.md-main__inner {
  margin-top: 1.2rem;
}

.md-content__inner {
  padding-bottom: 3rem;
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: 0.45rem;
  box-shadow: none;
}

.md-typeset .highlight {
  margin: 1rem 0 1.25rem;
}
