@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "bar" !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^="bar-"]:before,
[class*=" bar-"]:before {
  font-family: "bar" !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;
}

.bar-shaker:before {
  content: "a";
}
.bar-short:before {
  content: "b";
}
.bar-tall:before {
  content: "c";
}
.bar-martini:before {
  content: "d";
}
.bar-irish:before {
  content: "e";
}
.bar-brandy:before {
  content: "f";
}
.bar-dblrock:before {
  content: "g";
}
.bar-shot:before {
  content: "h";
}
