:root {
  /* Brand */
  --cnvs-themecolor: #2463eb;         /* primary */
  --cnvs-themecolor-rgb: 37, 99, 235;

  --bs-primary: #2563EB;
  --bs-primary-rgb: 37, 99, 235;

  /* Optional: if you use gradients in headings */
  --dep-accent: #06B6D4;              /* secondary accent */
  --dep-dark: #0B1220;
  --dep-surface: #F5F7FB;
  --dep-border: #E6EAF2;
  --dep-muted: #64748B;
}

#header-wrap #logo img {
  height: auto;
}

.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img {
	height: auto;
}

.button.bg-color,
.bg-color {
  background-color: var(--cnvs-themecolor) !important;
}
.color {
  color: var(--cnvs-themecolor) !important;
}

.gradient-color,
.gradient-text {
  background: linear-gradient(90deg, var(--cnvs-themecolor), var(--dep-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#wrapper {
  background-position: 50% -68%;
}