@font-face {
  font-family: "Brand Icon";
  src: url("../webfonts/brand-icons.eot?waiymy");
  src: url("../webfonts/brand-icons.eot?waiymy#iefix")
      format("embedded-opentype"),
    url("../webfonts/brand-icons.ttf?waiymy") format("truetype"),
    url("../webfonts/brand-icons.woff?waiymy") format("woff"),
    url("../webfonts/brand-icons.svg?waiymy#brand-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.brand-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Brand 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;
}

.pillar:before {
  content: "\e900";
}

@font-face {
  font-family: "LTK Icon";
  src: url("../webfonts/ltk.eot?waiymy");
  src: url("../webfonts/ltk.eot?waiymy#iefix")
      format("embedded-opentype"),
    url("../webfonts/ltk.ttf?waiymy") format("truetype"),
    url("../webfonts/ltk.woff?waiymy") format("woff"),
    url("../webfonts/ltk.svg?waiymy#ltk") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
  
.ltk-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "LTK 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;
}
  
.ltk:before {
  content: "\e900";
}

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

.icon-substack {
  font-family: 'substack';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-substack:before{
  content:'\0041';
}
