/* DefcoIcons - icon font in stile FontAwesome
 * Uso:
 *   <i class="dfi dfi-helm"></i>
 */

@font-face {
  font-family: "DefcoIcons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("DefcoIcons.woff2") format("woff2"),
       url("DefcoIcons.woff")  format("woff"),
       url("DefcoIcons.ttf")   format("truetype");
}

.dfi {
  font-family: "DefcoIcons" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dfi-helm::before { content: "\e901"; }
