@import 'variables';
@import 'mixins';

@include exports('momentum-ui-icons-path') {

  @font-face {
    font-family: $icon-font-name;
    src: url("#{$icon-font-path}/momentum-ui-icons.woff2?e4cfcc4584cc3df37737cd81370b1d74") format("woff2"),
      url("#{$icon-font-path}/momentum-ui-icons.woff?13720063fd7b322902efbbe28bbdf17e") format("woff");
    font-weight: normal;
    font-style: normal;
  }

}
