@font-face {
  font-family: 'icons';
  src:
    url('/sites/all/themes/modmed17/fonts/icons/icons.ttf?eubcuu') format('truetype'),
    url('/sites/all/themes/modmed17/fonts/icons/icons.woff?eubcuu') format('woff'),
    url('/sites/all/themes/modmed17/fonts/icons/icons.svg?eubcuu#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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_linkedin:before {
  content: "\e900";
}
.icon_facebook:before {
  content: "\e901";
}
.icon_twitter:before {
  content: "\e902";
}
.icon_user:before {
  content: "\e903";
}
.icon_google-plus:before {
  content: "\e904";
}
.icon_rss:before {
  content: "\ea9b";
}
