@charset "UTF-8";

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

}

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

.ico-cpanel:before {
  content: "\61";
}
.ico-oggeh-lg:before {
  content: "\62";
}
.ico-oggeh-sm:before {
  content: "\63";
}
