:root { 
  --bs-primary: #9E8E7E; /* warm taupe – Domke brand accent */
  --bs-primary-rgb: 158,142,126;
  --bs-secondary: #9E8E7E; /* same warm taupe for stepper, checkboxes, info-alert & focus */
  --bs-secondary-rgb: 158,142,126;

  --bs-tertiary: #6B5E52; /* darker warm taupe for toggle buttons & price box */
  --bs-tertiary-rgb: 107,94,82;

  --bs-body-bg: #F5F3F0;
  --bs-body-bg-rgb: 245, 243, 240;
  --bs-body-color: #333;
  --bs-heading-color: #333;
}

