:root {
    --md-accent-fg-color: #eade8e;
}
.md-content,
.md-nav,
.md-search {
    --md-typeset-a-color: #eade8e;
}
.md-sidebar--secondary {
    display: none; /* Hides the TOC */
}

.md-content {
    max-width: 100%; /* Uses full width */
}

/* Prevent line breaks in the first column of tables */
.md-typeset table td:first-child,
.md-typeset table th:first-child {
  white-space: nowrap;
  width: 1%;
}