/* dev client theme */
:root {
  --primary-light: #c4aaff;
  --primary-medium: #815dec;
  --primary-dark: #41009f;
  --secondary-light: #becdff;
  --secondary-medium: #2b5fe4;
  --secondary-dark: #012580;
  --dark-header: #373737;

  --title: var(--secondary-medium);  /* page title uses the accent, not the default primary */
}