@font-face {
  font-family: 'et-line';
  src:  url('../fonts/et-line.eot?fcf2la');
  src:  url('../fonts/et-line.woff2?fcf2la') format('woff2'),
        url('../fonts/et-line.woff?fcf2la') format('woff'),
        url('../fonts/et-line.ttf?fcf2la') format('truetype'),
        url('../fonts/et-line.eot?fcf2la#iefix') format('embedded-opentype'),
        url('../fonts/et-line.svg?fcf2la#et-line') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'et-line' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.icon-presentation:before {
  content: "\e00e";
}
.icon-trophy:before {
  content: "\e023";
}
.icon-tools:before {
  content: "\e033";
}
.icon-heart:before {
  content: "\e04a";
}
