/*--------------------------------------------------------------
# Brand Color Override
# Recolors the iLanding template to match the TaeCan logo (navy blue).
# Loaded after main.css so these variables win.
--------------------------------------------------------------*/
:root {
  --heading-color: #050483;
  --accent-color: #050483;
}

:root {
  --nav-hover-color: #050483;
  --nav-dropdown-hover-color: #050483;
}

.light-background {
  --background-color: #f3f2f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #050483;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #504fa8;
  --contrast-color: #ffffff;
}
