@use "colors";

@mixin desaturate-svg() {

	path {

		&.background,
		&.icon_svg__background {
			fill: transparent !important;
		}

		&.grey,
		&.icon_svg__grey {
			fill: colors.$nab-text-dark-grey !important;
		}

		&.black,
		&.icon_svg__black {
			fill: colors.$nab-text !important;
		}

		&.white,
		&.icon_svg__white {
			fill: colors.$nab-text-inverted !important;
		}
	}
}
