:root {
  --primary: #004F9A;
  --primary-ink: #ffffff;
  --accent: #FFB81C;
  --accent-ink: #1a1200;
  --header-bg: #002D62;
  --nav-bg: #ffffff;
  --bg: #eef3f8;
  --surface: #ffffff;
  --text: #2e2f32;
  --muted: #74767c;
  --border: #e3e4e5;
  --link: #004F9A;
  --ok: #2a8703;
  --danger: #b12704;
}
body.layout-walmart {
  --header-bg: #002D62;
  --accent: #FFB81C;
}
