@charset "UTF-8";

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

}

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

.g-device-camera:before {
  content: "\61";
}
.g-device-camera-video:before {
  content: "\62";
}
.g-device-desktop:before {
  content: "\63";
}
.g-device-mobile:before {
  content: "\64";
}
.g-trash:before {
  content: "\65";
}
.g-settings:before {
  content: "\66";
}
.g-atom:before {
  content: "\67";
}
.g-users-outline:before {
  content: "\68";
}
.g-close-round:before {
  content: "\69";
}
.g-chevron-right:before {
  content: "\6c";
}
.g-chevron-left:before {
  content: "\6d";
}
.g-hand-pointer-o:before {
  content: "\6a";
}
.g-files-o:before {
  content: "\6b";
}
.g-cube:before {
  content: "\6e";
}
.g-paintbrush:before {
  content: "\6f";
}
.g-user-secret:before {
  content: "\70";
}
.g-mail-read:before {
  content: "\71";
}
.g-linkedin:before {
  content: "\72";
}
.g-document:before {
  content: "\73";
}
.g-whatsapp:before {
  content: "\74";
}
.g-download:before {
  content: "\75";
}
