/* FontAwesome Fallback mapping for Icomoon classes */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.icon-tractor:before { content: "\f722"; }
.icon-agriculture:before { content: "\f4d8"; }
.icon-harvest:before { content: "\f06c"; }
.icon-farmer:before { content: "\f007"; }
.icon-watering-can:before { content: "\f043"; }
.icon-field:before { content: "\f1bb"; }

.icon-pin:before { content: "\f3c5"; }
.icon-letter:before, .icon-message:before { content: "\f0e0"; }
.icon-phone-call:before, .icon-phone-call-2:before { content: "\f879"; }

.icon-left-arrow:before { content: "\f060"; }
.icon-right-arrow:before, .icon-right-arrow-2:before { content: "\f061"; }
.icon-down-arrow:before { content: "\f078"; }
.icon-checked:before { content: "\f00c"; }
.icon-plus:before { content: "\f067"; }
.icon-play:before { content: "\f04b"; }
.icon-clock:before { content: "\f017"; }
