@font-face {
  font-family: 'shibaura-icon';
  src:  url('../fonts/shibaura-icon.eot?2wmbfm');
  src:  url('../fonts/shibaura-icon.eot?2wmbfm#iefix') format('embedded-opentype'),
    url('../fonts/shibaura-icon.ttf?2wmbfm') format('truetype'),
    url('../fonts/shibaura-icon.woff?2wmbfm') format('woff'),
    url('../fonts/shibaura-icon.svg?2wmbfm#shibaura-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'shibaura-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;
}

.fa-subway:before {
  content: "\e8ff";
}
.fa-pen-nib:before {
  content: "\e901";
}
.fa-map-marked-alt:before {
  content: "\e902";
}
.fa-youtube:before {
  content: "\e903";
}
.fa-window-restore:before {
  content: "\e904";
}
.fa-search:before {
  content: "\e905";
}
.fa-phone:before {
  content: "\e906";
}
