/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2017 Colophon Foundry
 *
 * Licenced to Blake Tomnitz Five Boroughs Brewing Co.
 */

@font-face {
  font-family: 'pdu-stencil';
  src: url('pdu-stencil.eot');
  src: url('pdu-stencil.eot?#iefix') format('embedded-opentype'),
       url('pdu-stencil.woff') format('woff'),
       url('pdu-stencil.woff2') format('woff2'),
       url('pdu-stencil.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helsinki-black';
  src: url('helsinki-black.eot');
  src: url('helsinki-black.eot?#iefix') format('embedded-opentype'),
       url('helsinki-black.woff') format('woff'),
       url('helsinki-black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helsinki-bold';
  src: url('helsinki-bold.eot');
  src: url('helsinki-bold.eot?#iefix') format('embedded-opentype'),
       url('helsinki-bold.woff') format('woff'),
       url('helsinki-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: bold;
}

@charset "UTF-8";

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

[data-icon]:before {
  font-family: "social" !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-"]:before,
[class*=" icon-"]:before {
  font-family: "social" !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-facebook:before {
  content: "\61";
}
.icon-instagram:before {
  content: "\62";
}
.icon-twitter:before {
  content: "\63";
}
.icon-untappd:before {
  content: "\64";
}
