:root {
  /* Advocaat — deep navy background sections + warm gold accents.
     Primary = gold (accent text, prices, highlights — visible on both light and dark).
     Secondary = navy (backgrounds, headers). */
  --primary-color: #C5A55A;
  --primary-color-rgb: 197, 165, 90;
  --secondary-color: #1B365D;
  --secondary-color-rgb: 27, 54, 93;
}
