@use "variables";

@each $key, $value in variables.$colors {
  .fwe-color-#{$key} {
    color: $value !important;
  }

  .fwe-bg-#{$key} {
    background-color: $value !important;
  }
}
