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

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

.icon-github:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e905";
}
.icon-unsplash:before {
  content: "\e906";
}
.icon-youtube:before {
  content: "\e907";
}
.icon-chip:before {
  content: "\e900";
}
.icon-branch:before {
  content: "\e901";
}
.icon-laptop:before {
  content: "\e902";
}
