@import 'main';
@import 'icomoon_codes';
$icomoon_get_param: 'i8pjcl';

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

.icon {
  @include icomoon();
}
