/* Customize the splash/loading theme color per deployment. */
:root {
  --theme-color: #68C137; /* Base brand tone */
  --theme-color-light: #8FD857;
  --theme-color-dark: #4F9C2C;
  --theme-color-soft: rgba(104, 193, 55, 0.22);
  --theme-color-muted: rgba(104, 193, 55, 0.16);
  --theme-color-strong: #1F3E12;
  --splash-surface: #FFFFFF;
  --splash-text: rgba(21, 42, 14, 0.78);
}
