//
// Background Mixins
//
@mixin bg-soft-variant($background) {
  background-color: $background;
}
