/* Inherit home blue brand */
:root{
  --theme-brand_primary: 0, 94, 255;
  --theme-brand_secondary: 0, 140, 255;
  --theme-brand_gradient: linear-gradient(60deg, rgb(0, 94, 255), rgba(0, 140, 255, 0.9));
  --theme-brand_gradient_webkit: linear-gradient(60deg, rgb(0, 94, 255), rgba(0, 140, 255, 0.9));
}
::-webkit-scrollbar-thumb{background:var(--theme-brand_gradient) !important}

/* Footer links hover effect */
#elFooterLinks li a:hover {
  color: #0066ff !important;
}

.copyright:hover {
  color: #0066ff !important;
}

