@font-face {
  font-family:'idealtheme';
  src:url(../fonts/idealtheme.eot);
  src:url(../fonts/idealtheme.eot?#iefix) format("embedded-opentype"),
    url(../fonts/idealtheme.ttf) format("truetype"),  
  	url(../fonts/idealtheme.woff) format("woff"),
  	url(../fonts/idealtheme.svg#idealtheme) format("svg");
  font-weight:400;
  font-style:normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'idealtheme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}