@font-face {
    font-family: 'icomoon';
    src:  url('icomoon/icomoon.eot?1ayj9h');
    src:  url('icomoon/icomoon.eot?1ayj9h#iefix') format('embedded-opentype'),
      url('icomoon/icomoon.ttf?1ayj9h') format('truetype'),
      url('icomoon/icomoon.woff?1ayj9h') format('woff'),
      url('icomoon/icomoon.svg?1ayj9h#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  .icomoon-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-twitter:before {
    content: "\e900";
  }
  .icon-instagram:before {
    content: "\e901";
  }
  .icon-facebook:before {
    content: "\e902";
  }
  .icon-linkedin:before {
    content: "\e903";
  }
  .icon-youtube:before {
    content: "\e904";
  }
