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

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

.md-icon-icon-x-box:before {
  content: "\e901";
}
.md-icon-md-linkedin-box:before {
  content: "\e900";
}
