@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "gcm" !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^="gcm-"]:before,
[class*=" gcm-"]:before {
  font-family: "gcm" !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;
}

.gcm-icon-facebook:before {
  content: "\61";
}
.gcm-icon-instagram:before {
  content: "\62";
}
.gcm-icon-x:before {
  content: "\63";
}
.gcm-navbars-mixed:before {
  content: "\64";
}
.gcm-play-1:before {
  content: "\66";
}
