@mixin tag-theme($bg-color, $text-color) {
  background-color: $bg-color;
  color: $text-color;
}
