:root {
  --brand-navy: #123a6b;
  --brand-navy-deep: #0b2647;
  --brand-blue: #1f5fa8;
  --brand-blue-light: #4b8fd6;
  --text-dark: #1a2430;
  --text-body: #40495a;
  --text-muted: #6b7482;
  --bg-white: #ffffff;
  --bg-soft: #f4f7fb;
  --bg-card: #f8fafc;
  --border-soft: #e2e8f0;
  --accent-gold: #c99a3d;
}
