/**
 * Entypo, 1.0
 * Created by Daniel Buce
 * http://www.entypo.com
 * SIL License
 */
@import "vars";
@import "scss/variables";
@import "scss/path";

[class^="#{$entypo-css-prefix}-"],
[class*=" #{$entypo-css-prefix}-"] {
  font-family: '#{$entypo-font-family}';

  @include make-icon();
}

@import "scss/icons";
