/* Match www.precica.com: light stone background, teal accent, mono labels. */

:root {
  --md-primary-fg-color: #00a896;
  --md-primary-fg-color--light: #a8ece1;
  --md-primary-fg-color--dark: #045c52;
  --md-accent-fg-color: #045c52;
}

[data-md-color-scheme="default"] {
  --md-default-bg-color: #fafaf9;
  --md-default-fg-color: #0d1120;
  --md-typeset-a-color: #00a896;
  --md-code-bg-color: #f1f1ef;
}

/* Light header + tabs, like the main site's navbar */
.md-header,
.md-tabs {
  background-color: rgba(250, 250, 249, 0.92);
  color: #0d1120;
  border-bottom: 1px solid #e2e2e0;
  box-shadow: none;
}

.md-header__title,
.md-tabs__link {
  color: #0d1120;
}

.md-header__button.md-logo img {
  height: 1.4rem;
  width: auto;
}

.md-search__form {
  background-color: #ffffff;
  border: 1px solid #e2e2e0;
  border-radius: 9999px;
}

.md-search__input::placeholder,
.md-search__icon {
  color: #6b6b6b;
}

/* Uppercase mono section labels, like the main site's eyebrows */
.md-nav__title,
.md-nav--secondary .md-nav__title {
  font-family: var(--md-code-font-family);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.62rem;
  color: #6b6b6b;
  background: transparent;
  box-shadow: none;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-weight: 500;
  color: #0d1120;
}

.md-typeset {
  color: #0d1120;
}

.md-footer {
  background-color: #fafaf9;
  color: #6b6b6b;
  border-top: 1px solid #e2e2e0;
}

.md-footer-meta {
  background-color: #fafaf9;
}

.md-footer-meta .md-copyright,
.md-footer__link,
.md-footer__title {
  color: #6b6b6b;
}
