/* Custom palette matched to jimhatley.info (freelance site):
   background #0f0f0f, surface #181818, border #2a2a2a,
   text #e8e8e8, muted #888, accent hot pink #ff0090 */

[data-md-color-primary="custom"] {
  --md-primary-fg-color: #0f0f0f;
  --md-primary-fg-color--light: #181818;
  --md-primary-fg-color--dark: #0a0a0a;
  --md-primary-bg-color: #e8e8e8;
  --md-primary-bg-color--light: #e8e8e8;
}

[data-md-color-accent="custom"] {
  --md-accent-fg-color: #ff0090;
  --md-accent-fg-color--transparent: #ff009026;
  --md-accent-bg-color: #0f0f0f;
  --md-accent-bg-color--light: #e8e8e8;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0f0f0f;
  --md-default-fg-color: #e8e8e8;
  --md-default-fg-color--light: #b0b0b0;
  --md-default-fg-color--lighter: #888;
  --md-default-fg-color--lightest: #2a2a2a;

  --md-code-bg-color: #181818;
  --md-code-fg-color: #e8e8e8;

  --md-typeset-color: #e8e8e8;
  --md-typeset-a-color: #ff0090;

  --md-footer-bg-color: #0f0f0f;
  --md-footer-bg-color--dark: #0a0a0a;
}

/* Sidebar / header surfaces pick up the dark surface tone instead of Material's default slate-blue */
.md-header,
.md-tabs,
.md-sidebar,
.md-nav__source,
.md-search__form {
  background-color: #0f0f0f;
}

.md-typeset table:not([class]) th {
  background-color: #181818;
}

.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
  border-color: #2a2a2a;
}

/* Nav section headers (Fundamentals, Cisco Switching, ...) — make them stand out and space them apart */
.md-nav--primary .md-nav__item--section {
  margin-top: 1.75rem;
}
.md-nav--primary .md-nav__item--section:first-child {
  margin-top: 0;
}
.md-nav--primary .md-nav__item--section > .md-nav__link,
.md-nav--primary .md-nav__item--section > label.md-nav__title {
  color: #ff0090;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 1;
}
