@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-rebrand.woff2?77f4102535bc34b35aba39be1b9cbe7c") format("woff2"),
      url("#{$icon-font-path}/momentum-ui-icons-rebrand.woff?6b2d716c825624cafc55ba91ceaf18c9") format("woff");
    font-weight: normal;
    font-style: normal;
  }

}
