@font-face {
    font-family: 'icon';
    src: url('../fonts/Icons/icon3957.eot?smibwb');
    /*src:  url('/dist/fonts/icon.eot?smibwb#iefix') format('embedded-opentype'),*/
    src: url('../fonts/Icons/icon3957.eot?smibwb#iefix') format('embedded-opentype'),
    /*url('/dist/fonts/icon.ttf?smibwb') format('truetype'),*/
    url('../fonts/Icons/icon3957.ttf?smibwb') format('truetype'),
    /*url('/dist/fonts/icon.woff?smibwb') format('woff'),*/
    url('../fonts/Icons/icon3957.woff?smibwb') format('woff'),
    /*url('/dist/fonts/icon.svg?smibwb#icon') format('svg');*/
    url('../fonts/Icons/icon3957.svg?smibwb#icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !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;
}

.i-youtube:before {
  content: "\e908";
}
.i-close:before {
  content: "\e900";
}
.i-facebook:before {
  content: "\e901";
}
.i-icon-arr-up-dark:before {
  content: "\e902";
}
.i-icon-arr-right-dark:before {
  content: "\e903";
}
.i-icon-arr-left-dark:before {
  content: "\e904";
}
.i-icon-arr-down-dark:before {
  content: "\e905";
}
.i-instagram:before {
  content: "\e906";
}
.i-logo:before {
  content: "\e907";
}
.i-mortarboard:before {
  content: "\e909";
}
.i-mouse:before {
  content: "\e90a";
}
.i-people:before {
  content: "\e90b";
}
.i-planet-earth:before {
  content: "\e90c";
}
.i-play:before {
  content: "\e90d";
}
.i-twitter:before {
  content: "\e90e";
}
