:root {
  --rescue-primary: #082746;
  --rescue-primary-dark: #04192f;
  --rescue-primary-soft: #103a61;
  --rescue-red: #c9151e;
  --rescue-red-dark: #9f1018;
  --rescue-ink: #101827;
  --rescue-muted: #5f6b7a;
  --rescue-bg: #f7f9fc;
  --rescue-white: #ffffff;
  --rescue-line: rgba(8, 39, 70, 0.14);
  --bg: #f7f9fc;
  --bg-elevated: #ffffff;
  --ink: #101827;
  --muted: #5f6b7a;
  --accent: #c9151e;
  --accent-dim: #9f1018;
  --line: rgba(8, 39, 70, 0.14);
}