html[data-theme-color="custom-color"] {
  --bs-body-color: #566593;
  --bs-heading-color: #230f0a;
  --bs-heading-color-rgb: 35, 15, 10;
  --bs-primary: #d7c595;
  --bs-secondary: #230f0a;
  --bs-light: #f9f5ea;
  --bs-primary-rgb: 215, 197, 149;
  --bs-secondary-rgb: 35, 15, 10;
  --bs-light-rgb: 249, 245, 234;
  --bs-primary-text-emphasis: #564f3c;
  --bs-secondary-text-emphasis: #0e0604;
  --bs-light-text-emphasis: #64625e;
  --bs-primary-bg-subtle: #f7f3ea;
  --bs-secondary-bg-subtle: #f7f3ea;
  --bs-light-bg-subtle: #fefdfb;
  --bs-primary-border-subtle: #f7f3ea;
  --bs-secondary-border-subtle: #d3cfce;
  --bs-light-border-subtle: #fefdfb;
  --bs-primary-btn-hover-bg: #b7a77f;
  --bs-primary-btn-hover-border-color: #b7a77f;
  --bs-secondary-btn-hover-bg: #1e0d09;
  --bs-secondary-btn-hover-border-color: #1e0d09;
  --bs-light-btn-hover-bg: #d4d0c7;
  --bs-light-btn-hover-border-color: #d4d0c7;
}
html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%2300BDE0'/></svg>");
}
