@font-face {
  font-family: 'icomoon';
  src:  url('../css/fonts/icomoon.eot');
  src:  url('../css/fonts/icomoon.eot?tvo80v#iefix') format('embedded-opentype'),
    url('../css/fonts/icomoon.ttf?tvo80v') format('truetype'),
    url('../css/fonts/icomoon.woff?tvo80v') format('woff'),
    url('../css/fonts/icomoon.svg?tvo80v#icomoon') 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: '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-point:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-arrow-pointing-to-right:before {
  content: "\e906";
}
.icon-quote:before {
  content: "\e907";
}
