// Cosmo 5.3.3
// Bootswatch


// Variables

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

// Typography

body {
  -webkit-font-smoothing: antialiased;
}

// Forms

.form-range::-moz-range-thumb {
  border-radius: inherit;
}

// Indicators

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

// Progress bars

.progress {
  @include box-shadow(none);

  .progress-bar {
    font-size: 8px;
    line-height: 8px;
  }
}
