@charset "UTF-8";

@font-face {
  font-family: "agb-icons";
  src:url("fonts/agb-icons.eot");
  src:url("fonts/agb-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/agb-icons.woff") format("woff"),
    url("fonts/agb-icons.ttf") format("truetype"),
    url("fonts/agb-icons.svg#agb-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "agb-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-agb-"]:before,
[class*=" icon-agb-"]:before {
  font-family: "agb-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-agb-grain:before {
  content: "a";
}
.icon-agb-hops:before {
  content: "b";
}
.icon-agb-water:before {
  content: "c";
}
.icon-agb-yeast:before {
  content: "d";
}
.icon-agb-talk1:before {
  content: "h";
}
.icon-agb-talk2:before {
  content: "e";
}
.icon-agb-talk3:before {
  content: "f";
}
.icon-agb-glass:before {
  content: "g";
}
