/* Customize the splash/loading theme color per deployment. */
:root {
  --theme-color: #1A95C8; /* Base brand tone */
  --theme-color-light: #53B2DA;
  --theme-color-dark: #0F6D95;
  --theme-color-soft: rgba(26, 149, 200, 0.22);
  --theme-color-muted: rgba(26, 149, 200, 0.16);
  --theme-color-strong: #09374A;
  --splash-surface: #002B63;
  --splash-text: rgba(202, 233, 248, 0.92);
}
