:root {
  --bastion-navy: #081B33;
  --bastion-navy-2: #0E2A52;
  --bastion-royal-blue: #1E4DB7;
  --bastion-gold: #C9A66B;
  --bastion-sage: #3FA26A;
  --bastion-soft-blue: #EAF1FB;
  --bastion-slate: #475569;
  --bastion-light-gray: #F1F5F9;
  --bastion-off-white: #F7F9FC;
  --bastion-text: #0F172A;
  --bastion-muted: #64748B;
  --bastion-border: rgba(15, 23, 42, 0.08);
  --bastion-shadow-card: 0 16px 40px rgba(8, 27, 51, 0.10);
  --bastion-shadow-soft: 0 8px 22px rgba(8, 27, 51, 0.08);
  --bastion-radius-card: 24px;
  --bastion-radius-control: 16px;
}
