$icon-font-family: 'Circe' !default;
//$icon-font-path: '~assets/fonts/Circe' !default;
$icon-font-path: '.' !default;

@font-face {
  font-family: '#{$icon-font-family}';
  src: local('#{$icon-font-family}'), local('#{$icon-font-family}-Regular');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Regular.eot?#iefix') format('embedded-opentype');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Regular.woff') format('woff');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '#{$icon-font-family}';
  src: local('#{$icon-font-family} ExtraLight'), local('#{$icon-font-family}-ExtraLight');
  src: url('#{$icon-font-path}/#{$icon-font-family}-ExtraLight.eot?#iefix') format('embedded-opentype');
  src: url('#{$icon-font-path}/#{$icon-font-family}-ExtraLight.woff') format('woff');
  src: url('#{$icon-font-path}/#{$icon-font-family}-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: '#{$icon-font-family}';
  src: local('#{$icon-font-family} Thin'), local('#{$icon-font-family}-Thin');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Thin.eot?#iefix') format('embedded-opentype');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Thin.woff') format('woff');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: '#{$icon-font-family}';
  src: local('#{$icon-font-family} Light'), local('#{$icon-font-family}-Light');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Light.eot?#iefix') format('embedded-opentype');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Light.woff') format('woff');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: '#{$icon-font-family}';
  src: local('#{$icon-font-family} Bold'), local('#{$icon-font-family}-Bold');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Bold.eot?#iefix') format('embedded-opentype');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Bold.woff') format('woff');
  src: url('#{$icon-font-path}/#{$icon-font-family}-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: '#{$icon-font-family}';
  src: local('#{$icon-font-family} ExtraBold'), local('#{$icon-font-family}-ExtraBold');
  src: url('#{$icon-font-path}/#{$icon-font-family}-ExtraBold.eot?#iefix') format('embedded-opentype');
  src: url('#{$icon-font-path}/#{$icon-font-family}-ExtraBold.woff') format('woff');
  src: url('#{$icon-font-path}/#{$icon-font-family}-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
