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

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

.ico_email:before {
  content: "\e900";
}
.ico_facebook:before {
  content: "\e901";
}
.ico_home:before {
  content: "\e902";
}
.ico_instagram:before {
  content: "\e903";
}
.ico_linkedin:before {
  content: "\e904";
}
.ico_phone:before {
  content: "\e905";
}
.ico_place:before {
  content: "\e906";
}
.ico_speaker:before {
  content: "\e907";
}
.ico_youtube:before {
  content: "\e908";
}
