@import "./blazing-font-variables.scss";

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

[class^="bz-"], [class*=" bz-"] {
  font-family: '#{$icomoon-font-family}' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bz-cog {
  &:before {
    content: $bz-cog; 
  }
}
.bz-circle {
  &:before {
    content: $bz-circle; 
  }
}
.bz-long-arrow-up {
  &:before {
    content: $bz-long-arrow-up; 
  }
}
.bz-attachment {
  &:before {
    content: $bz-attachment; 
  }
}
.bz-bell {
  &:before {
    content: $bz-bell; 
  }
}
.bz-caret-down {
  &:before {
    content: $bz-caret-down; 
  }
}
.bz-caret-left {
  &:before {
    content: $bz-caret-left; 
  }
}
.bz-check {
  &:before {
    content: $bz-check; 
  }
}
.bz-chevron-down {
  &:before {
    content: $bz-chevron-down; 
  }
}
.bz-chevron-up {
  &:before {
    content: $bz-chevron-up; 
  }
}
.bz-envelope {
  &:before {
    content: $bz-envelope; 
  }
}
.bz-eraser {
  &:before {
    content: $bz-eraser; 
  }
}
.bz-key {
  &:before {
    content: $bz-key; 
  }
}
.bz-list {
  &:before {
    content: $bz-list; 
  }
}
.bz-lock {
  &:before {
    content: $bz-lock; 
  }
}
.bz-long-arrow-down {
  &:before {
    content: $bz-long-arrow-down; 
  }
}
.bz-search {
  &:before {
    content: $bz-search; 
  }
}
.bz-mice {
  &:before {
    content: $bz-mice; 
  }
}