:root,
*:before,
*:after {
  --theme-color: #0b415a;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #0a3b51;
  --theme-darken-color-5: #0a3e56;
  --theme-darken-color-10: #0a3b51;
  --theme-darken-color-20: #093448;
  --theme-darken-color-25: #083144;
  --theme-darken-color-30: #082e3f;
  --theme-darken-color-40: #072736;
  --theme-darken-color-50: #06212d;
  --theme-darken-color-60: #041a24;
  --theme-darken-color-70: #03141b;
  --theme-darken-color-80: #020d12;

  --theme-lighten-color: #a4daf3;
  --theme-lighten-color-70: #588ea7;

  --darken-contrast-color-5: #f2f2f2;
  --darken-contrast-color-8: #ebebeb;

  --theme-background-image: none;

  --background-opacity-95: rgba(11, 65, 90, 0.95);
}
