:root {
  --bmh-blue: #0b426f;
  --bmh-blue-2: #0f5f92;
  --bmh-blue-dark: #062a48;
  --bmh-orange: #f28c28;
  --bmh-coral: #ef7f6d;
  --bmh-turquoise: #44c7c7;
  --bmh-pink: #e85fa8;
  --bmh-sand: #f6efe5;
  --bmh-bg: #eef5fb;
  --bmh-card: #ffffff;
  --bmh-text: #082f4f;
  --bmh-muted: #64748b;
  --bmh-border: rgba(15, 76, 129, .12);
  --bmh-soft: rgba(255,255,255,.72);
  --bmh-shadow: 0 24px 70px rgba(8, 47, 79, .13);
  --bmh-shadow-soft: 0 14px 38px rgba(8, 47, 79, .09);
  --bmh-radius: 30px;
}
