:root[data-theme='light'] {
  --background-primary: #007ab4;
  --button-outlined-primary-hover: rgba(61, 158, 227, 0.15);
  --button-outlined-primary-active: rgba(61, 158, 227, 0.15);
  --text-primary-color: #007ab4;
  --icon-on-subtle: #007ab4;
  --component-footer-background: #00537b;
  --component-footer-text-link: #66ceff;
  --component-footer-separator: #66ceff;
}
