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

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

.customicon-facebook-with-circle:before {
  content: "\e900";
}
.customicon-instagram-with-circle:before {
  content: "\e901";
}
.customicon-linkedin-with-circle:before {
  content: "\e902";
}
.customicon-medium-with-circle:before {
  content: "\e903";
}
.customicon-twitter-with-circle:before {
  content: "\e904";
}
.customicon-youtube-with-circle:before {
  content: "\e905";
}
