@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "raasekh" !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: "raasekh" !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-checked:before {
  content: "\61";
}
.icon-envelope:before {
  content: "\62";
}
.icon-home:before {
  content: "\63";
}
.icon-planet-earth:before {
  content: "\64";
}
.icon-shopping-cart:before {
  content: "\65";
}
.icon-user:before {
  content: "\66";
}
.icon-screen22:before {
  content: "\67";
}
.icon-screen:before {
  content: "\68";
}
.icon-settings:before {
  content: "\69";
}
.icon-tick:before {
  content: "\6a";
}