@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icons/icomoon.eot?vr2pe2');
    src:  url('../fonts/icons/icomoon.eot?vr2pe2#iefix') format('embedded-opentype'),
      url('../fonts/icons/icomoon.ttf?vr2pe2') format('truetype'),
      url('../fonts/icons/icomoon.woff?vr2pe2') format('woff'),
      url('../fonts/icons/icomoon.svg?vr2pe2#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-pinterest:before {
    content: "\e901";
  }
  .icon-youtube:before {
    content: "\e902";
  }
  .icon-linkedin:before {
    content: "\e903";
  }
  .icon-twitter:before {
    content: "\e904";
  }
  .icon-fb:before {
    content: "\e905";
  }
  .icon-book:before {
    content: "\e906";
  }
  .icon-select:before {
    content: "\e907";
  }
  .icon-search:before {
    content: "\e908";
  }
  .icon-scroll-down:before {
    content: "\e909";
  }
  .icon-quotation-marks:before {
    content: "\e900";
  }