/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.breadcrumbs {
  padding: 5rem 0 1rem;
}
.breadcrumbs__breadcrumbs {
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
  /*@else if $font-family == 'gs' {

      @if $font-weight == 'l' {
          font-family: 'GeneralSans-light', sans-serif;
          font-weight: 300;
      } @else if $font-weight == 'm' {
          font-family: 'GeneralSans-Medium', sans-serif;
          font-weight: 500;
      } @else {
          font-family: 'GeneralSans-Regular', sans-serif;
          font-weight: 400;
      }
  }*/
  font-size: calc(var(--fs-small-rate) * 2rem);
  line-height: 1.2;
  color: var(--blue);
}
.breadcrumbs__breadcrumbs a {
  color: var(--blue);
}
.breadcrumbs__breadcrumbs a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=breadcrumbs.css.map */
