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

[class^="ug-icon-"], [class*=" ug-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.ug-icon-close:before {
  content: "\f00d";
}
.ug-icon-chevron-left:before {
  content: "\f053";
}
.ug-icon-chevron-right:before {
  content: "\f054";
}
.ug-icon-chevron-up:before {
  content: "\f077";
}
.ug-icon-chevron-down:before {
  content: "\f078";
}
.ug-icon-new-tab:before {
  content: "\ea7e";
}
