@mixin accordion-variant($background, $border, $color) {
  color: $color;
  background-color: $background;	
  border-color: $border;
}