/* Tecciance brand */
:root,
[data-md-color-scheme="default"] {
  --md-primary-fg-color: #00AEEF;
  --md-primary-fg-color--light: #4dc9f5;
  --md-primary-fg-color--dark: #008fc4;
  --md-accent-fg-color: #00AEEF;
}

/* White top panel: the brand mark remains orange, controls stay legible. */
.md-header {
  background-color: #fff;
  color: #202124;
  box-shadow: 0 1px 0 rgb(0 0 0 / 12%);
}

.md-header__button,
.md-header__topic,
.md-search__input,
.md-search__icon {
  color: #202124;
}

.md-header__button.md-logo {
  margin: 0.2rem 0.6rem 0.2rem 0;
  padding: 0.2rem;
}

.md-header__button.md-logo img {
  height: 1.85rem;
  width: auto;
  max-width: 11.5rem;
}

/* Wordmark already says tecciance */
.md-header__title .md-header__topic:first-child {
  display: none;
}

.md-typeset {
  font-size: 0.92rem;
  line-height: 1.65;
}

.md-typeset h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.6em;
}

.md-typeset h2 {
  font-weight: 650;
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
  padding-bottom: 0.25rem;
  margin-top: 1.8em;
}

.md-typeset h3 {
  font-weight: 600;
  margin-top: 1.3em;
}

.md-typeset table {
  font-size: 0.82rem;
  display: block;
  overflow-x: auto;
}

.md-typeset table th {
  font-weight: 600;
  white-space: nowrap;
}

.md-typeset li {
  margin-bottom: 0.25em;
}

.md-typeset img[alt*="automatically generated"],
.md-typeset img[src*="media/"] {
  display: none;
}

.md-typeset .admonition {
  font-size: 0.88rem;
}

.md-nav--primary .md-nav__title {
  font-weight: 650;
}
