:root {
  --header-bg-unified: #f6f2eb;
  --header-ink-unified: #16120f;
  --header-phone-unified: rgba(22, 18, 15, 0.62);
}

.sidebar {
  background: var(--header-bg-unified) !important;
}

.brand {
  color: var(--header-ink-unified) !important;
}

.brand-phone,
.phone {
  color: var(--header-phone-unified) !important;
}

@media (max-width: 920px) {
  .sidebar {
    background: var(--header-bg-unified) !important;
  }
}
