:root {
  --md-primary-fg-color: #3f51b5;
  --md-accent-fg-color: #ff7043;
}

.md-grid {
  max-width: 90rem;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 1.65rem;
  width: 1.65rem;
}

.md-typeset h1 {
  font-weight: 650;
  letter-spacing: -0.02em;
}

.md-typeset table:not([class]) {
  font-size: 0.78rem;
}

.md-typeset .grid.cards > ul > li {
  border-radius: 0.6rem;
}

html[lang^="ru"] .doc-lang-en,
html[lang^="en"] .doc-lang-ru {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
