// United 5.3.3
// Bootswatch


// Variables

$web-font-path: "./fonts/fonts.css" !default;
@if $web-font-path {
  @import url("#{$web-font-path}");
}

// Indicators

.badge {
  &.bg-light {
    color: $body-color;
  }
}
