:root {
  --we-text-rgb: 51, 65, 85;
  
  --we-header-bg: #5C009E;
  --we-header-text: var(--we-accent);
  --we-header-span: var(--we-white);

  --we-accent: #5C009E;
  --we-accent-hover: #3730a3;
  --we-accent-soft: rgba(67, 56, 202, 0.08);
  --we-accent-rgb: 67, 56, 202;

  --we-secondary: #FFCA00;
  --we-secondary-hover: #b45309;
  --we-secondary-soft: rgba(217, 119, 6, 0.12);
  --we-secondary-rgb: 217, 119, 6;

  --we-link: var(--we-accent);
  --we-link-hover: var(--we-secondary);
  
    /* Navigation */
  --we-nav-text: var(--we-white);
  --we-nav-hover: var(--we-white);

  --we-nav-dropdown-bg-hover: var(--we-secondary);
  --we-nav-dropdown-hover: var(--we-black);

  --we-on-accent: #ffffff;
  --we-on-secondary: #ffffff;
  --we-on-dark: #ffffff;
  --we-on-light: #111111;
  --we-gray: #808080;

  --we-border: rgba(15, 23, 42, 0.10);
  --we-shadow-soft: 0 4px 18px rgba(15, 23, 42, 0.06);

  --we-footer-content: var(--we-secondary);
  --we-footer-content-rgb: var(--we-secondary-rgb);
  --we-footer-legal-bg: var(--we-header-bg);
  --we-footer-legal-rgb: var(--we-accent-rgb);
  --we-footer-legal-text: #d1d5db;
  --we-nav-hover-underline: var(--we-secondary);
}
.footer .footer-legal a {
  color: var(--we-secondary);
  text-decoration: none;
}

.footer .footer-legal a:hover {
  color: rgba(var(--we-secondary-rgb), 0.8);
  text-decoration: none;
}

.topbar {
	color: var(--we-secondary);
}

.topbar a {
  color: rgba(var(--we-white-rgb), 0.8);
  text-decoration: none;
  display: inline-block;
  line-height: 1.4;
}

.topbar a:hover {
  color: var(--we-secondary);
  text-decoration: none;
}