/* Hide element visually, keeping it focusable (with keyboard) and available for screen-readers */
.CollapsibleList {
  /* Set color on root of component. It can be overridden after the @include */
  color: var(--colorsTextDefault, #141414);
  /* Make sure font-family goes across entire component */
  font-family: "Nunito Sans", sans-serif;
}

/*# sourceMappingURL=index.css.map */
