@font-face {
  font-family: 'Icon';
  src:
    url('fonts/Icon.ttf?ccoof6') format('truetype'),
    url('fonts/Icon.woff?ccoof6') format('woff'),
    url('fonts/Icon.svg?ccoof6#Icon') 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: 'Icon' !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-youtube:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-location:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e905";
}
.icon-phone-2:before {
  content: "\e906";
}
.icon-download:before {
  content: "\e901";
}
.icon-play:before {
  content: "\e900";
}
.icon-angle-down:before {
  content: "\e91c";
}
.icon-angle-left:before {
  content: "\e91d";
}
.icon-angle-right:before {
  content: "\e91e";
}
.icon-angle-up:before {
  content: "\e91f";
}
.icon-arrow-bottom:before {
  content: "\e920";
}
.icon-arrow-left:before {
  content: "\e921";
}
.icon-arrow-right:before {
  content: "\e922";
}
.icon-arrow-up:before {
  content: "\e923";
}
.icon-lang:before {
  content: "\e924";
}
.icon-phone:before {
  content: "\e925";
}
.icon-thap:before {
  content: "\e926";
}
.icon-minus:before {
  content: "\e90f";
}
.icon-plus:before {
  content: "\e910";
}
.icon-reset:before {
  content: "\e911";
}
.icon-unmute:before {
  content: "\e908";
}
.icon-mute:before {
  content: "\e90e";
}
