:root { 
  --bs-primary: #D80C3B; /* used for buttons & links */
  --bs-primary-rgb: 216,12,59;
  --bs-secondary: #00A29D; /* used for stepper, checkboxes, info-alert & focus */
  --bs-secondary-rgb: 0,162,157;

  --bs-body-bg: #EAF0F5;
  --bs-body-bg-rgb: 234, 240, 245;
  --bs-body-color: #000;
  --bs-heading-color: #000;
}

.btn:not(.btn-toggle) {
  --bs-btn-border-radius: 1em 0;
}

/* GLOBAL GROUP design uses the secondary color for primary buttons */
.btn-primary { 
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
}



