$black: #000000;

body {
  background-color: $black;
}

.svg-img {
  background-image: url('data-url:img.svg');
}
