/* Nanorix brand overrides for Material theme */
:root {
  --md-primary-fg-color: #18c776;
  --md-primary-bg-color: #0a0a0a;
  --md-accent-fg-color: #18c776;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0d0d0d;
  --md-default-fg-color: #e0e0e0;
}

/* Logo text treatment */
.md-header__topic:first-child .md-ellipsis {
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Code block styling */
.highlight code {
  font-size: 0.82rem;
}

/* Admonition accent */
.md-typeset .admonition.tip,
.md-typeset details.tip {
  border-color: #18c776;
}

/* Table styling */
.md-typeset table:not([class]) th {
  background-color: rgba(24, 199, 118, 0.08);
}
