@charset "UTF-8";

@font-face {
  font-family: "siag-social-media-icons";
  src:url("../assets/icons/siag-social/siag-social-media-icons.eot");
  src:url("../assets/icons/siag-social/siag-social-media-icons.eot?#iefix") format("embedded-opentype"),
    url("../assets/icons/siag-social/siag-social-media-icons.woff") format("woff"),
    url("../assets/icons/siag-social/siag-social-media-icons.ttf") format("truetype"),
    url("../assets/icons/siag-social/siag-social-media-icons.svg#siag-social-media-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "siag-social-media-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="msc-social-"]:before,
[class*=" msc-social-"]:before {
  font-family: "siag-social-media-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.msc-social-facebook-comment:before {
  content: "\e000";
}
.msc-social-facebook-like:before {
  content: "\e001";
}
.msc-social-facebook-share:before {
  content: "\e002";
}
.msc-social-instagram-like:before {
  content: "\e003";
}
.msc-social-twitter-share:before {
  content: "\e004";
}
.msc-social-instagram-share:before {
  content: "\e005";
}
.msc-social-smiley-negative:before {
  content: "\e006";
}
.msc-social-smiley-positive:before {
  content: "\e007";
}
.msc-social-arrow-down:before {
  content: "\e008";
}
.msc-social-arrow-up:before {
  content: "\e009";
}
.msc-social-edit:before {
  content: "\e00a";
}
.msc-social-lock:before {
  content: "\e00b";
}
.msc-social-button-right:before {
  content: "\e00c";
}
.msc-social-right-filled:before {
  content: "\e00d";
}
.msc-social-right:before {
  content: "\e00e";
}
.msc-social-instagram-comment:before {
  content: "\e00f";
}
