@font-face {
  font-family: 'fossa-icon';
  src: url('../font/fossa-icon.woff2?rt6703') format('woff2'),
       url('../font/fossa-icon.woff?rt6703') format('woff'),
       url('../font/fossa-icon.ttf?rt6703') format('truetype'),
       url('../font/fossa-icon.svg?rt6703#fossa-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fossa-icon-"]:before, [class*=" fossa-icon-"]:before {
  font-family: 'fossa-icon';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fossa-icon-add-to-project:before { content: "\e800"; }
.fossa-icon-file-matches:before { content: "\e80a"; }
.fossa-icon-relationship:before { content: "\e810"; }
.fossa-icon-cyclone:before { content: "\e90a"; }
.fossa-icon-spdx:before { content: "\e900"; }
