// SVG Color
@mixin template-svg-color($background) {
  .svg-illustration svg {
    fill: $background;
  }
}
