:root {
  --md-primary-fg-color: #5a3e1f;
  --md-primary-fg-color--light: #7a5735;
  --md-primary-fg-color--dark: #3a2b15;

  --md-primary-bg-color: #d1b684;
  --md-primary-bg-color--light: #e6d3a2;
  --md-primary-bg-color--dark: #bfa36b;
}

/* ========== ШАПКА (Header) ========== */
.md-header {
  background-color: #d1b684 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.md-header .md-header__title,
.md-header .md-header__button,
.md-header .md-header__topic,
.md-header .md-icon,
.md-header a {
  color: #5a3e1f !important;
  fill: #5a3e1f !important;
}

.md-header a:hover {
  color: #3a2b15 !important;
  fill: #3a2b15 !important;
}

/* ========== МОБИЛЬНОЕ МЕНЮ (Sidebar on mobile) ========== */
.md-overlay .md-header {
  background-color: #d1b684 !important;
}

.md-overlay .md-header__title,
.md-overlay .md-header__button,
.md-overlay .md-icon {
  color: #5a3e1f !important;
  fill: #5a3e1f !important;
}

/* ========== ФУТЕР ========== */
.md-footer {
  background-color: #d1b684 !important;
  border-top: 2px solid #5a3e1f;
}

.md-footer,
.md-footer a,
.md-footer__title,
.md-footer__direction,
.md-footer__link {
  color: #5a3e1f !important;
}

/* ========== БОКОВОЕ МЕНЮ (Desktop Sidebar) ========== */
.md-sidebar,
.md-sidebar--primary,
.md-sidebar--secondary,
.md-sidebar__scrollwrap {
  background: white !important;
}

.md-sidebar--primary {
  border-right: 1px solid #e3dac7;
}

.md-nav__item--active>.md-nav__link {
  color: #5a3e1f !important;
  font-weight: bold;
  border-left: 3px solid #5a3e1f;
  background-color: rgba(209, 182, 132, 0.15);
}

/* ========== КОНТЕНТ ========== */
.md-content {
  background: #fffdf7;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: #5a3e1f;
  border-bottom: 1px solid #e3dac7;
  padding-bottom: 0.2em;
}

/* ========== ПОДСВЕТКИ И БЛОКИ ========== */
.md-typeset .admonition,
.md-typeset details {
  border-left-color: #d1b684;
  background-color: #fff8e7;
}