@font-face {
  font-family: 'farmeye';
  src: url('/fonts/farmeye.woff?4734g5') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fe-home, .fe-cog, .fe-cog-solid, .fe-soil-sample, .fe-logo, .fe-qr, .fe-tractor,
.fe-map-pin, .fe-folder, .fe-handshake, .fe-crosshair, .fe-bin, .fe-tick {
     /* use !important to prevent issues with browser extensions that change fonts */
     font-family: 'farmeye' !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;
}


.fe-home::before {
    content: "\e907";
}

.fe-cog:before {
  content: "\e916";
}

.fe-cog-solid:before {
  content: "\e915";
}

.fe-cog:hover {
  content: "\e915";
}

.fe-soil-sample:before {
    content: "\e91a";
}

.fe-logo:before {
  content: "\e923";
}

.fe-qr:before {
  content: "\e901";
}

.fe-tractor:before {
  content: "\e91c";
}

.fe-map-pin:before {
  content: "\e922";
}

.fe-folder:before {
    content: "\e913";
}

.fe-handshake-solid:before {
  content: "\e917";
}
.fe-handshake:before {
  content: "\e918";
}

.fe-crosshair:before {
  content: "\e903";
}

.fe-bin:before {
  content: "\e90a";
}

.fe-tick:before {
    content : "\e90b";
}

