/* Inluke Social Icons */

/* html format  */
/*   <i class="inluke-icons icon-facebook"></i> */

@font-face {
  font-family: 'inluke-social-icons';
  src: url('./inluke-social-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Messenger */
.icon-messenger:before {
  content: '\e800';
}

/* Twitter */
.icon-twitter:before {
  content: '\e801';
}

/* Facebook */
.icon-facebook:before {
  content: '\e802';
}

/* Instagram */
.icon-instagram:before {
  content: '\e803';
}