/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

root {
  --cnvs-themecolor: #ECA92D;
  --cnvs-themecolor-rgb: 236, 169, 45;
  --cnvs-body-font: "acumin-pro", sans-serif;
  --cnvs-primary-font: "larken", sans-serif;
  --cnvs-side-header-width: 300px;
  --cnvs-body-bg: #FFF;
  --cnvs-side-header-bg: #86c9ef;
}

.current2 {
  background-color: var(--cnvs-contrast-100);
  border-color: #000 !important;
  border-radius: 4px;
}