@charset "UTF-8";

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

}

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

.icon-android:before {
  content: "a";
}
.icon-arrow-circle-down:before {
  content: "b";
}
.icon-arrow-circle-right:before {
  content: "c";
}
.icon-arrow-circle-left:before {
  content: "d";
}
.icon-arrow-circle-right-line:before {
  content: "e";
}
.icon-call-phone:before {
  content: "f";
}
.icon-cup:before {
  content: "g";
}
.icon-facebook:before {
  content: "h";
}
.icon-google-plus:before {
  content: "i";
}
.icon-linkedin:before {
  content: "j";
}
.icon-pinterest:before {
  content: "k";
}
.icon-twitter:before {
  content: "l";
}
.icon-youtube:before {
  content: "m";
}
.icon-home:before {
  content: "n";
}
.icon-bullseye:before {
  content: "o";
}
.icon-email-envelope:before {
  content: "p";
}
.icon-question:before {
  content: "q";
}
.icon-group:before {
  content: "r";
}
.icon-wrench:before {
  content: "s";
}
.icon-volume-up:before {
  content: "t";
}
