html[data-theme-color="custom-color"] {
  --bs-body-color: #566593;
  --bs-heading-color: #d41179;
  --bs-heading-color-rgb: 212, 17, 121;
  --bs-primary: #2c99af;
  --bs-secondary: #d41179;
  --bs-light: #ffe2f4;
  --bs-primary-rgb: 44, 153, 175;
  --bs-secondary-rgb: 212, 17, 121;
  --bs-light-rgb: 255, 226, 244;
  --bs-primary-text-emphasis: #123d46;
  --bs-secondary-text-emphasis: #550730;
  --bs-light-text-emphasis: #665a62;
  --bs-primary-bg-subtle: #d5ebef;
  --bs-secondary-bg-subtle: #d5ebef;
  --bs-light-bg-subtle: #fff9fd;
  --bs-primary-border-subtle: #d5ebef;
  --bs-secondary-border-subtle: #f6cfe4;
  --bs-light-border-subtle: #fff9fd;
  --bs-primary-btn-hover-bg: #258295;
  --bs-primary-btn-hover-border-color: #258295;
  --bs-secondary-btn-hover-bg: #b40e67;
  --bs-secondary-btn-hover-border-color: #b40e67;
  --bs-light-btn-hover-bg: #d9c0cf;
  --bs-light-btn-hover-border-color: #d9c0cf;
}
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>");
}
