/*
  Icon Font: fontcustom-mana
*/

@font-face {
  font-family: "fontcustom-mana";
  src: url("fonts/fontcustom-mana.eot");
  src: url("fonts/fontcustom-mana.eot?#iefix") format("embedded-opentype"),
       url("fonts/fontcustom-mana.woff") format("woff"),
       url("fonts/fontcustom-mana.ttf") format("truetype"),
       url("fonts/fontcustom-mana.svg#fontcustom-mana") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "fontcustom-mana";
    src: url("fonts/fontcustom-mana.svg#fontcustom-mana") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.ico-circle-facebook:before,
.ico-circle-instagram:before {
  display: inline-block;
  font-family: "fontcustom-mana";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.ico-circle-facebook:before { content: "\f100"; }
.ico-circle-instagram:before { content: "\f101"; }
