:root {
  --brand-navy: #0e3a5c;
  --brand-navy-deep: #0a2a44;
  --brand-lime: #7cb928;
  --brand-lime-deep: #679c1e;
  --brand-gray: #6b6f73;
  --text-dark: #1c2530;
  --text-body: #454e5a;
  --text-muted: #717984;
  --bg-white: #ffffff;
  --bg-soft: #f2f4f6;
  --border-soft: #e0e4e8;
}
