:root {
  --md-primary-fg-color: #0f172a;
  --md-primary-fg-color--light: #1e293b;
  --md-primary-fg-color--dark: #0b1324;
  --md-accent-fg-color: #06b6d4;
  --md-accent-fg-color--transparent: #06b6d41a;
}

.md-header {
  background: linear-gradient(90deg, #0f172a, #0b1324 60%, #0f172a);
}

.md-header__title {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  letter-spacing: -0.01em;
}

.md-typeset a {
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.15em;
}

.md-typeset code {
  font-weight: 500;
}

.md-typeset table:not([class]) th {
  background-color: rgba(15, 23, 42, 0.08);
}
