@font-face {
  font-family: 'icomoon';
  src: url($path-theme + '/fonts/icomoon.eot?x4kjvv');
  src: url($path-theme + '/fonts/icomoon.eot?x4kjvv#iefix') format('embedded-opentype'),
    url($path-theme + '/fonts/icomoon.ttf?x4kjvv') format('truetype'),
    url($path-theme + '/fonts/icomoon.woff?x4kjvv') format('woff'),
    url($path-theme + '/fonts/icomoon.svg?x4kjvv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@mixin icomon-icon() {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
}

[class^="icon-"], [class*=" icon-"] {
  @include icomon-icon;
}

@mixin icomon-icon-f-hole() {
  content: "\e901";
}

.icon-f-hole:before {
  @include icomon-icon-f-hole;
}

@mixin icomon-icon-f-hole-right() {
  content: "\e900";
}

.icon-f-hole-right:before {
  @include icomon-icon-f-hole-right;
}
