@mixin icon-font($color: #f9f9fa, $font-size: 2rem) {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Icons', sans-serif !important;
  color: $color;
  font-size: $font-size;
}
