@font-face {
  font-family: "Mellencareplus";
  src: url('../fonts/Mellencareplus.eot');
  src: url('../fonts/Mellencareplus.eot?#iefix') format('eot'),
    url('../fonts/Mellencareplus.woff2') format('woff2'),
    url('../fonts/Mellencareplus.woff') format('woff'),
    url('../fonts/Mellencareplus.ttf') format('truetype'),
    url('../fonts/Mellencareplus.svg#Mellencareplus') format('svg');
}

.icon:before {
  font-family: "Mellencareplus";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
  line-height: 1;
}


.icon-broken-link:before {
  content: "\E001";
}

.icon-checkmark:before {
  content: "\E002";
}

.icon-chevron-down:before {
  content: "\E003";
}

.icon-graph:before {
  content: "\E004";
}

.icon-mobile-friendly:before {
  content: "\E005";
}

.icon-refresh:before {
  content: "\E006";
}

.icon-secure:before {
  content: "\E007";
}
