@charset "UTF-8";
 
@font-face {
  font-family: "iug-logo";
  src:url("fonts/iug-logo.eot");
  src:url("fonts/iug-logo.eot?#iefix") format("embedded-opentype"),
	url("fonts/iug-logo.woff") format("woff"),
    url("fonts/iug-logo.ttf") format("truetype"),
    url("fonts/iug-logo.otf") format("opentype"),
    url("fonts/iug-logo.svg#iug-logo") format("svg");
  font-weight: normal;
  font-style: normal;
}
 
[data-icon]:before {
  font-family: "iug-logo" !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^="-"]:before,
[class*=" -"]:before {
  font-family: "iug-logo" !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;
} 
 
.-iug-logo:before {
   content: "*"; 
}