@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: local('../fonts/Roboto Medium'), local('Roboto-Medium'),
      url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Medium.woff2') format('woff2'),
      url('../fonts/Roboto-Medium.woff') format('woff'),
      url('../fonts/Roboto-Medium.ttf') format('truetype'),
      url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;

  font-family: 'icomoon';
  src:  url('../fonts/icon_fonts/icomoon.eot?p5dfea');
  src:  url('../fonts/icon_fonts/icomoon.eot?p5dfea#iefix') format('embedded-opentype'),
    url('../fonts/icon_fonts/icomoon.ttf?p5dfea') format('truetype'),
    url('../fonts/icon_fonts/icomoon.woff?p5dfea') format('woff'),
    url('../fonts/icon_fonts/icomoon.svg?p5dfea#icomoon') 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: 'icomoon' !important;
  speak: none;
  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-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
