@import 'bourbon';
@import '../../typography/variables';

// Rotate icon 180 on hover
%icon--rotate {
  @include transform(translateY(-2px) rotate(180deg));
  display: inline-block;
}

%mns-icons {
  &::before {
    @extend %mns-icon-base;
  }
}

%mns-icon-base {
  font-family: $font__icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
