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

[class^="custom-icon-"], [class*=" custom-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;
}

.custom-icon-goal:before {
  content: "\e900";
}
.custom-icon-piggy-bank:before {
  content: "\e901";
}
.custom-icon-shirt:before {
  content: "\e902";
}
.custom-icon-sneak-peak:before {
  content: "\e903";
}
.custom-icon-pdf:before {
  content: "\e904";
}
.custom-icon-multiple-arrows-icon:before {
  content: "\e905";
}
.custom-icon-play-circle:before {
  content: "\ea16";
}
.custom-icon-play:before {
  content: "\ea1c";
}
.custom-icon-quote:before {
  content: "\e906";
}
.custom-icon-solid-play:before {
  content: "\e907";
}