html[data-theme-color="skin-6"] {
  --bs-body-color: #666666;
  --bs-heading-color: #23281C;
  --bs-heading-color-rgb: 35, 40, 28;

  --bs-primary: #71B606;
  --bs-primary-second: #EEF803;
  --bs-secondary: #23281C;
  --bs-light: #F4F8E9;

  --bs-primary-rgb: 113, 182, 6;
  --bs-secondary-rgb: 35, 40, 28;
  --bs-light-rgb: 244, 248, 233;

  --bs-primary-text-emphasis: #4a7604; /* Approx 60% shade */
  --bs-secondary-text-emphasis: #16190f; /* Approx 60% shade */
  --bs-light-text-emphasis: #94987e; /* Approx 60% shade */

  --bs-primary-bg-subtle: #eaf6d2; /* Approx 80% tint */
  --bs-secondary-bg-subtle: #d6d8d0; /* Approx 80% tint */
  --bs-light-bg-subtle: #fdfef9; /* Approx 80% tint */

  --bs-primary-border-subtle: #cde7a4; /* Approx 60% tint */
  --bs-secondary-border-subtle: #a3a69b; /* Approx 60% tint */
  --bs-light-border-subtle: #f9faef; /* Approx 60% tint */

  --bs-primary-btn-hover-bg: #5e9c05; /* Approx 15% shade */
  --bs-primary-btn-hover-border-color: #5e9c05;

  --bs-secondary-btn-hover-bg: #1c200f; /* Approx 15% shade */
  --bs-secondary-btn-hover-border-color: #1c200f;

  --bs-light-btn-hover-bg: #c6c9b7; /* Approx 15% shade */
  --bs-light-btn-hover-border-color: #c6c9b7;

  --font-family-base: "Montserrat";
  --font-family-title: "Montserrat";
  --bs-body-font-family: "Montserrat";
  
}

html[data-theme-color="skin-6"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after,
html[data-theme-color="skin-6"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
html[data-theme-color="skin-6"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
html[data-theme-color="skin-6"] .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='%233C48D3'/></svg>");
}
