/*!
 * Font.AG - Open Source Agriculture Icon Font
 * https://github.com/Open-Ag-Tools/font.ag
 * License: MIT
 */

/* Font Faces */
@font-face {
  font-family: 'fontag-solid';
  src: url('solid/fontag-solid.woff2') format('woff2'),
       url('solid/fontag-solid.woff') format('woff'),
       url('solid/fontag-solid.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fontag-outline';
  src: url('outline/fontag-outline.woff2') format('woff2'),
       url('outline/fontag-outline.woff') format('woff'),
       url('outline/fontag-outline.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Base Classes */
[class^="agri-"], [class*=" agri-"] {
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Solid Style */
.agri-solid {
  font-family: 'fontag-solid' !important;
}

/* Outline Style */
.agri-outline {
  font-family: 'fontag-outline' !important;
}

/* Individual Icons - Solid */
.agri-solid-wheat:before { content: '\e001'; }
.agri-solid-tractor:before { content: '\e002'; }
.agri-solid-cow:before { content: '\e003'; }

/* Individual Icons - Outline */
.agri-outline-wheat:before { content: '\e001'; }
.agri-outline-tractor:before { content: '\e002'; }
.agri-outline-cow:before { content: '\e003'; }
