@font-face {
  font-family: 'icomoon';
  src:
    url('../fonts/icomoon.ttf?e8s42w') format('truetype'),
    url('../fonts/icomoon.woff?e8s42w') format('woff'),
    url('../fonts/icomoon.svg?e8s42w#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="_icon-"]::before, [class*=" _icon-"]::before {
  /* 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-instagram:before {
  content: "\e902";
}
._icon-facebook:before {
  content: "\e900";
}
._icon-brand1:before {
  content: "\e900";
}
._icon-social1:before {
  content: "\e900";
}
._icon-twitter:before {
  content: "\e901";
}
._icon-brand:before {
  content: "\e901";
}
._icon-tweet:before {
  content: "\e901";
}
._icon-social:before {
  content: "\e901";
}
