:root {
  --md-primary-fg-color: #20252a;
  --md-primary-fg-color--light: #3d4650;
  --md-primary-fg-color--dark: #15181b;
  --md-accent-fg-color: #506492;
  --md-code-bg-color: #f6f8fa;
  --md-code-fg-color: #1f2328;
}

.hobl-site-header {
  min-height: 62px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #20252a;
  border-bottom: 1px solid #15181b;
  font-family: "Segoe UI", Arial, sans-serif;
}

.hobl-site-brand {
  color: #fff;
  font-size: 28px;
  font-weight: 350;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
}

.hobl-site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hobl-site-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.hobl-site-nav a:first-child,
.hobl-site-nav a:hover,
.hobl-site-nav a:focus-visible {
  color: #008cff;
}

.hobl-site-nav .hobl-support-link {
  padding: 10px 14px;
  border: 1px solid #74849a;
  border-radius: 3px;
  color: #fff;
}

@media (max-width: 760px) {
  .hobl-site-header {
    padding: 14px 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .hobl-site-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

.md-grid {
  max-width: 90rem;
}

.md-header__title {
  font-weight: 600;
}

.md-nav--primary > .md-nav__title {
  display: none;
}

.md-typeset a {
  color: #0969da;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.md-typeset a:hover,
.md-typeset a:focus-visible {
  color: #0550ae;
  text-decoration-thickness: 2px;
}

.md-typeset :not(pre) > code {
  padding: 0.2em 0.4em;
  border-radius: 6px;
  background: rgba(175, 184, 193, 0.2);
  color: #1f2328;
}

.md-typeset pre > code {
  padding: 16px;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  background: #f6f8fa;
  color: #1f2328;
  line-height: 1.45;
}
