@each $color, $value in $main-theme-backgrounds {
  .bg-#{$color} {
    background-color: $value !important;
  }
}
