@font-face {
  font-family: 'agrikon-icon';
  src:  url('../fonts/agrikon-icon.eot?9nn143');
  src:  url('../fonts/agrikon-icon.eot?9nn143#iefix') format('embedded-opentype'),
    url('../fonts/agrikon-icon.ttf?9nn143') format('truetype'),
    url('../fonts/agrikon-icon.woff?9nn143') format('woff'),
    url('../fonts/agrikon-icon.svg?9nn143#agrikon-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="agrikon-icon-"], [class*=" agrikon-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'agrikon-icon' !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;
}

.agrikon-icon-email:before {
  content: "\e900";
}
.agrikon-icon-right-arrow:before {
  content: "\e916";
}
.agrikon-icon-ai {
  width: 80px;
  height: 80px;
  background-image: url('../images/icons/ai.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.agrikon-icon-site-visit {
  width: 50%;
  height: 50%;
  background-image: url('../images/icons/site-visits.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.agrikon-icon-subscription {
  width: 50%;
  height: 50%;
  background-image: url('../images/icons/subscription.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.agrikon-icon-telephone:before {
  content: "\e90e";
}
.agrikon-icon-minimize {
  width: 80px;
  height: 80px;
  background-image: url('../images/icons/minimize.png');
  background-size: contain;
  background-repeat: no-repeat;
}
