html[data-theme-color="skin-8"] {
  --bs-body-color: #566593;
    --bs-heading-color: #11516A;
    --bs-heading-color-rgb: 17, 81, 106;
    --bs-primary: #1DA8A3;
    --bs-secondary: #11516A;
    --bs-light: #edf6f6;
    --bs-primary-rgb: 29, 168, 163;
    --bs-secondary-rgb: 17, 81, 106;
    --bs-light-rgb: 237, 246, 246;
    --bs-primary-text-emphasis: rgb(11.6, 67.2, 65.2);
    --bs-secondary-text-emphasis: rgb(6.8, 32.4, 42.4);
    --bs-light-text-emphasis: rgb(96.4, 102, 101.2);
    --bs-primary-bg-subtle: rgb(209.8, 237.6, 236.6);
    --bs-secondary-bg-subtle: rgb(209.8, 237.6, 236.6);
    --bs-light-bg-subtle: rgb(252.2, 255, 254.6);
    --bs-primary-border-subtle: rgb(209.8, 237.6, 236.6);
    --bs-secondary-border-subtle: rgb(207.4, 220.2, 225.2);
    --bs-light-border-subtle: rgb(252.2, 255, 254.6);
    --bs-primary-btn-hover-bg: rgb(24.65, 142.8, 138.55);
    --bs-primary-btn-hover-border-color: rgb(24.65, 142.8, 138.55);
    --bs-secondary-btn-hover-bg: rgb(14.45, 68.85, 90.1);
    --bs-secondary-btn-hover-border-color: rgb(14.45, 68.85, 90.1);
    --bs-light-btn-hover-bg: rgb(204.85, 216.75, 215.05);
    --bs-light-btn-hover-border-color: rgb(204.85, 216.75, 215.05);
    --font-family-base: "Montserrat" !important;
    --font-family-title: "Libre Baskerville" !important;
    --bs-body-font-family: "Poppins" !important;
  
  }
    html[data-theme-color="skin-8"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="skin-8"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
    html[data-theme-color="skin-8"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
    html[data-theme-color="skin-8"] .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='%230AD8C1'/></svg>"); }