@font-face {
  font-family: 'iconFont';
  src:  url('../fonts/iconfont/iconFont.eot?an49j3');
  src:  url('../fonts/iconfont/iconFont.eot?an49j3#iefix') format('embedded-opentype'),
    url('../fonts/iconfont/iconFont.ttf?an49j3') format('truetype'),
    url('../fonts/iconfont/iconFont.woff?an49j3') format('woff'),
    url('../fonts/iconfont/iconFont.svg?an49j3#iconFont') 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: 'iconFont' !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-booksy_icon:before {
  content: "\e901";
}
._icon-face_icon:before {
  content: "\e902";
}
._icon-instagram-black:before {
  content: "\e903";
}
._icon-light_m_icon:before {
  content: "\e904";
}
._icon-dark_m_icon:before {
  content: "\e905";
}
._icon-brightness_icon:before {
  content: "\e9d6";
}
._icon-face2_icon:before {
  content: "\ea91";
}
._icon-insta_icon:before {
  content: "\ea92";
}
