@font-face {
  font-family: 'frostmate';
  src: url('../fonts/frostmate.eot?3k8h5z');
  src: url('../fonts/frostmate.eot?3k8h5z#iefix') format('embedded-opentype'),
    url('../fonts/frostmate.ttf?3k8h5z') format('truetype'),
    url('../fonts/frostmate.woff?3k8h5z') format('woff'),
    url('../fonts/frostmate.svg?3k8h5z#frostmate') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'frostmate' !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;
}

.icon-clock:before {
  content: "\e900";
}

.icon-down-arrow:before {
  content: "\e901";
}

.icon-email:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-location:before {
  content: "\e906";
}

.icon-phone-call:before {
  content: "\e907";
}

.icon-play:before {
  content: "\e908";
}

.icon-youtube:before {
  content: "\e909";
}