@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?frw2n5') format('truetype'),
    url('fonts/icomoon.woff?frw2n5') format('woff'),
    url('fonts/icomoon.svg?frw2n5#icomoon') 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: 'icomoon' !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-share:before {
  content: "\e908";
}
.icon-chevron-down:before {
  content: "\e907";
}
.icon-x:before {
  content: "\e906";
}
.icon-play:before {
  content: "\e905";
}
.icon-download:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-youtube:before {
  content: "\e902";
}
.icon-flip:before {
  content: "\e903";
}
