
:root,
:before,
:after {
  --theme-color: #0065bd;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #005baa;
  --theme-darken-color-70: #004784;

  --theme-lighten-color-40: #288de5;
  --theme-lighten-color-70: #46abff;
  --theme-lighten-color-100: #64c9ff;

  --theme-opacity-theme-color-10: rgba(0, 101, 189, 0.1);
  --theme-opacity-theme-color-30: rgba(0, 101, 189, 0.3);

  --theme-darken-contrast-color: #e6e6e6;
}
