.tao__icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.icon__circle {
  color: $color-brand-primary;
  background: rgba($color-brand-primary, $opacity-low-half);
  padding: $spacing-padding-xxsmall;
  border-radius: $border-radius-circle;
}