/**
 * @prop --group-list-marker-color: Color of the list marker symbol
 * @prop --group-list-marker-inverted-color: Color of the list marker symbol on a dark background
 * @prop --group-list-bullet-radius: Radius of the custom bullet
 * @prop --group-list-bullet-background: Background color of the custom bullet
 */

:root
  --group-list-marker-color: var(--group-light-non-interactive-surface-black)
  --group-list-marker-inverted-color: var(--group-light-non-interactive-surface-white)
  --group-list-bullet-radius: var(--group-radius-rounded)
  --group-list-bullet-background: var(--group-light-non-interactive-surface-black)
